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

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDurand D'souza <durand1@gmail.com>2016-11-22 06:44:40 +0300
committerGitHub <noreply@github.com>2016-11-22 06:44:40 +0300
commitcd4792a70de17f1b51645f12c71ea10d7edf005a (patch)
tree171bed92eae356dc17bd8cef06e56cebc14f2d4d
parent1613134c30528e9979264039a3bcab9ecfc64bba (diff)
parent09c2f9cd65d990f009ba23f18f50fcc36b5db320 (diff)
Merge pull request #3 from bep/rss
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 7742efc..728afa6 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -23,9 +23,9 @@
{{ with .Site.Params.bing_verify }}<meta name="msvalidate.01" content="{{ . }}">{{ end }}
<link rel="canonical" href="{{ .Permalink }}">
-{{ 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 }}
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">