Explorar el Código

Rename RSSlink to RSSLink

digitalcraftsman hace 8 años
padre
commit
d34cfef927
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html Ver fichero

@@ -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>