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.
This commit is contained in:
Bjørn Erik Pedersen 2016-11-17 09:18:55 +01:00
parent dbf82dbcff
commit 99a6d2a372
1 changed files with 1 additions and 1 deletions

View File

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