Преглед на файлове

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 години
родител
ревизия
99a6d2a372
променени са 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>