From: bogem Date: Wed, 23 Nov 2016 09:30:57 +0000 (+0100) Subject: examples: Update blog example X-Git-Tag: v0.18~47 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2c7cbca8b1725c2e46627f357a0b59607f96592b;p=brevno-suite%2Fhugo examples: Update blog example Use RSSLink instead of deprecated RSSlink --- diff --git a/examples/blog/layouts/partials/header.html b/examples/blog/layouts/partials/header.html index a3042e0a..24500a48 100644 --- a/examples/blog/layouts/partials/header.html +++ b/examples/blog/layouts/partials/header.html @@ -6,5 +6,5 @@ {{ .Title }} - {{ .Site.BaseURL }} {{ partial "header.includes.html" . }} - {{ if .RSSlink }}{{ end }} + {{ if .RSSLink }}{{ end }}