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

github.com/tblyler/light-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Blyler <tblyler@users.noreply.github.com>2017-01-12 23:17:42 +0300
committerGitHub <noreply@github.com>2017-01-12 23:17:42 +0300
commita600e1dab084f0343f2c683926cd1ff38bb83b30 (patch)
treeb09c2eaa10350af606a4d4aba4cfb5252b4a3db0
parentb984f79ab3b785cbc6d1f4d3d3ed03614ad84753 (diff)
parente7733dbac594a4c021aad22162d3a426f5bcdc84 (diff)
Merge pull request #1 from bep/rss
Rename RSSlink to RSSLink
-rw-r--r--layouts/partials/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 702919b..9053f6e 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -6,8 +6,8 @@
<title>{{ .Title }} &middot; {{ .Site.Title }}</title>
<link rel="canonical" href="{{ .Permalink }}">
<link rel="stylesheet" type="text/css" href="/css/main.css" />
- {{ if .RSSlink }}
- <link href="{{ .RSSlink }}" rel="alternative" type="application/rss+xml" title="{{ .Title }}" />
+ {{ if .RSSLink }}
+ <link href="{{ .RSSLink }}" rel="alternative" type="application/rss+xml" title="{{ .Title }}" />
{{ end }}
{{ partial "head.html" . }}
</head>