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

github.com/vimux/blank.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVimux <Vimux@users.noreply.github.com>2016-11-17 13:24:32 +0300
committerGitHub <noreply@github.com>2016-11-17 13:24:32 +0300
commita6765dc3bbf2c29c36269e2f523b9c43bbc5fb6d (patch)
treef1aa8ec0c2207208e08b1ca806f10046fb9dc772
parent7934d08a763baeab67a06aa7219de7d176be98e0 (diff)
parentf45c887715bc7a99ad57a1537df8733feb7d3d91 (diff)
Merge pull request #1 from bep/rss
Rename RSSlink to RSSLink
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index fd9bbdb..08f9b0a 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -8,7 +8,7 @@
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css">
- {{ if .RSSlink -}}<link href="{{ .RSSlink }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}">{{- end }}
+ {{ if .RSSLink -}}<link href="{{ .RSSLink }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}">{{- end }}
{{ .Hugo.Generator }}
</head>
<body>