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

github.com/eliasson/liquorice.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Eliasson <markus.eliasson@gmail.com>2016-11-17 23:49:21 +0300
committerGitHub <noreply@github.com>2016-11-17 23:49:21 +0300
commit901ad23e5235e5427d1ad6458bef9d0e4b028eb1 (patch)
tree8c6fb5780b77250353b8338f01eb25205fd5b07e
parentb2b6d571e0fb2ab4470964320bebf1beb418c812 (diff)
parentfb8a841341e00b6a8c6dba5596ee6e8579f1d181 (diff)
Merge pull request #7 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 62b4cdd..462504e 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -11,6 +11,6 @@
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/liquorice.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-144-precomposed.png" sizes="144x144" />
- <link rel="alternate" href="{{ .RSSlink }}" type="application/rss+xml" title="{{ .Site.Title }}" />
+ <link rel="alternate" href="{{ .RSSLink }}" type="application/rss+xml" title="{{ .Site.Title }}" />
</head>
<body class="li-body">