about summary refs log tree commit diff stats
path: root/layouts/partials
diff options
context:
space:
mode:
authorBjørn Erik Pedersen2016-11-17 09:18:55 +0100
committerBjørn Erik Pedersen2016-11-17 09:18:55 +0100
commit99a6d2a3727c32a49e18f39f80fd4b161127de34 (patch)
tree73161a3a9726374587b1652efdefd48d04f97f7e /layouts/partials
parentdbf82dbcff55348edc6825216208d1ed0d78dcc7 (diff)
downloadhyde-99a6d2a3727c32a49e18f39f80fd4b161127de34.tar.lz
hyde-99a6d2a3727c32a49e18f39f80fd4b161127de34.tar.zst
hyde-99a6d2a3727c32a49e18f39f80fd4b161127de34.zip
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.
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/head.html2
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>