Skip to content

Commit

Permalink
Rename RSSlink to RSSLink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bep committed Nov 17, 2016
1 parent dbf82db commit 99a6d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 99a6d2a

Please sign in to comment.