wizard

placeholder description
git clone git@git.shmage.xyz/wizard.git
Log | Files | Refs | README

commit a6765dc3bbf2c29c36269e2f523b9c43bbc5fb6d
parent 7934d08a763baeab67a06aa7219de7d176be98e0
Author: Vimux <Vimux@users.noreply.github.com>
Date:   Thu, 17 Nov 2016 13:24:32 +0300

Merge pull request #1 from bep/rss

Rename RSSlink to RSSLink
Diffstat:
Mlayouts/partials/header.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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>