Procházet zdrojové kódy

Rename RSSlink to RSSLink

digitalcraftsman před 9 roky
rodič
revize
d34cfef927
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html Zobrazit soubor

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>