From 2c7cbca8b1725c2e46627f357a0b59607f96592b Mon Sep 17 00:00:00 2001 From: bogem Date: Wed, 23 Nov 2016 10:30:57 +0100 Subject: [PATCH] examples: Update blog example Use RSSLink instead of deprecated RSSlink --- examples/blog/layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/blog/layouts/partials/header.html b/examples/blog/layouts/partials/header.html index a3042e0a9..24500a483 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 }}