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

github.com/tblyler/light-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Blyler <tony@blyler.cc>2017-01-17 22:33:57 +0300
committerTony Blyler <tony@blyler.cc>2017-01-17 22:33:57 +0300
commit6c72d41c945cc26fdcba331bbd8122696de8df9a (patch)
tree28aae8addc621685e1d298459ef87853aac58566
parentdac4da61b1efcd15c4962d1f11bfe9653e33dfb8 (diff)
parenta600e1dab084f0343f2c683926cd1ff38bb83b30 (diff)
Merge branch 'master' of github.com:tblyler/light-hugo
-rw-r--r--layouts/partials/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index fea34a7..06aca4d 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -6,8 +6,8 @@
<title>{{ .Title }} &middot; {{ .Site.Title }}</title>
<link rel="canonical" href="{{ .Permalink }}">
<link rel="stylesheet" type="text/css" href="/css/main.css" />
- {{ if .RSSlink }}
- <link href="{{ .RSSlink }}" rel="alternative" type="application/rss+xml" title="{{ .Title }}" />
+ {{ if .RSSLink }}
+ <link href="{{ .RSSLink }}" rel="alternative" type="application/rss+xml" title="{{ .Title }}" />
{{ end }}
{{ partial "head.html" . }}
</head>