diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 07e383a..110c99e 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -25,5 +25,5 @@ <link rel="shortcut icon" href="/favicon.png"> <!-- RSS --> - <link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" /> + <link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" /> </head> |