Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 1e199f7

Browse files
committed
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.
1 parent 27c3ed8 commit 1e199f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
{{ end }}
7171
<script src="{{ .Site.BaseURL }}javascripts/modernizr.js"></script>
7272

73-
{{ with .RSSlink }}
73+
{{ with .RSSLink }}
7474
<link href="{{ . }}" rel="alternate" type="application/rss+xml" title="{{ $.Site.Title }}" />
7575
<link href="{{ . }}" rel="feed" type="application/rss+xml" title="{{ $.Site.Title }}" />
7676
{{ end }}

0 commit comments

Comments
 (0)