OSDN Git Service

template: fix 'caonical' typo to 'canonical' in common/header
authorhylom <hylom@users.sourceforge.jp>
Wed, 24 Apr 2019 11:49:47 +0000 (20:49 +0900)
committerhylom <hylom@users.sourceforge.jp>
Wed, 24 Apr 2019 11:49:47 +0000 (20:49 +0900)
src/newslash_web/templates/common/header.html.tt2

index 8ef9f82..b0f92c9 100644 (file)
@@ -41,7 +41,7 @@
     [%- END -%]
 
     [%- IF page.canonical %]
-    <link rel="caonical" href="[% page.canonical %]" >
+    <link rel="canonical" href="[% page.canonical %]" >
     <meta property="og:url" content="[% page.canonical %]" >
     [%- END -%]