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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2016-11-17 22:11:28 +0300
committerGitHub <noreply@github.com>2016-11-17 22:11:28 +0300
commit183566a4ebd4f64f631d3ea5f429da3881f52a95 (patch)
treeb4a041dfb28e4ae24991327daeeaed3dd277e54d
parentabf88dfb045df9d1ffffb2dc3fcd74fb4c2eb9c7 (diff)
parentdec3190fb35dc3d73efa5c66d19dd0a8541918ae (diff)
Rename RSSlink to RSSLink
-rw-r--r--layouts/partials/head.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 768c772..6e101d0 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -11,9 +11,9 @@
{{ else }}
<meta name="description" content="{{ .Site.Params.site_description }}">
{{ end }}
- {{ if .RSSlink }}
- <link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
- <link href="{{ .RSSlink }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}" />
+ {{ if .RSSLink }}
+ <link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
+ <link href="{{ .RSSLink }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}" />
{{ end }}
<link rel="canonical" href="{{ .Permalink }}"/>
<link rel="icon" href="{{ .Site.BaseURL }}favicon.ico">