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

github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fredon <the2ne@gmail.com>2016-11-17 11:11:14 +0300
committerGitHub <noreply@github.com>2016-11-17 11:11:14 +0300
commit282ffa61c2449e8fd6cda35c8b78e665ca0accf7 (patch)
tree2e17445c59a8e80794177f9341465ffd38d31a44
parent9f327ded98c1a2268025b08bee0815aef31cd191 (diff)
parent1e5b3759b0f87c5d9c83a8a485f9ef5736c4d462 (diff)
Merge pull request #3 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 425ab69..52665cf 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -9,6 +9,6 @@
<base href="{{ .Site.BaseURL }}">
{{ .Hugo.Generator }}
<link rel="canonical" href="{{ .Permalink }}">
- {{ if .RSSlink }}<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Title }}" />{{ end }}
+ {{ if .RSSLink }}<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Title }}" />{{ end }}
{{ partial "head_includes.html" . }}
</head>