Browse Source

Rename RSSlink to RSSLink

The former will be deprecated and eventually removed from Hugo.

Note: Currently both of them exist in Hugo, which is the reason for the cleanup.
Bjørn Erik Pedersen 8 years ago
parent
commit
99a6d2a372
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html View File

25
   <link rel="shortcut icon" href="/favicon.png">
25
   <link rel="shortcut icon" href="/favicon.png">
26
 
26
 
27
   <!-- RSS -->
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
 </head>
29
 </head>