Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zhe/hugo-theme-slim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhe Zhang <neomana@gmail.com>2016-11-23 12:07:42 +0300
committerGitHub <noreply@github.com>2016-11-23 12:07:42 +0300
commit2545a0cddbf2280fff26e1eee6eb33176a8b80ef (patch)
treed8b5c4f138cb43048bba8c36ac336c7066b8e938
parentb7a1645cccdeb3ca63dcd593bfd20a856ce102f0 (diff)
parent58428489aa72187a064f403c8d9e4b27df530b37 (diff)
Merge pull request #12 from bep/rss
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 d4c01c9..cb698f0 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -11,4 +11,4 @@
<link rel="shortcut icon" href="/favicon.ico">
<!-- 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 }}" />