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:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-11-17 11:01:40 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-11-17 11:01:40 +0300
commit1e5b3759b0f87c5d9c83a8a485f9ef5736c4d462 (patch)
tree2e17445c59a8e80794177f9341465ffd38d31a44
parent9f327ded98c1a2268025b08bee0815aef31cd191 (diff)
Rename RSSlink to RSSLink
The former will be deprecated and eventually removed from Hugo. Note: Currently both of them exist in Hugo, which is the reason for the cleanup.
-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>