summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2016-11-17 20:11:20 +0100
committerGitHub <noreply@github.com>2016-11-17 20:11:20 +0100
commitd34cfef927da50d8f57682d092f8a1e7c155b5ce (patch)
tree73161a3a9726374587b1652efdefd48d04f97f7e
parentdbf82dbcff55348edc6825216208d1ed0d78dcc7 (diff)
parent99a6d2a3727c32a49e18f39f80fd4b161127de34 (diff)
Rename RSSlink to RSSLink
-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>