ソースを参照

Rename RSSlink to RSSLink

digitalcraftsman 8 年 前
コミット
d34cfef927
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html ファイルの表示

@@ -25,5 +25,5 @@
25 25
   <link rel="shortcut icon" href="/favicon.png">
26 26
 
27 27
   <!-- RSS -->
28
-  <link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
28
+  <link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
29 29
 </head>