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

github.com/jrutheiser/hugo-lithium-theme.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:05:59 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-11-17 11:05:59 +0300
commit8a37d54fed9619dcdb7531132486f5f49418a82e (patch)
tree25f88333244d913149eeb079c1d8729cb37b11f0
parent7055fa393ba9686c5bd4c0867064096542a1365f (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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index b8af0be..dd79beb 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -23,8 +23,8 @@
<meta property="keywords" content ="{{ delimit .Keywords ", " }}">
{{ end }}
-{{ if .RSSlink }}
-<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
+{{ if .RSSLink }}
+<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
{{ end }}
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/main.css" media="all">