From 1e5b3759b0f87c5d9c83a8a485f9ef5736c4d462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 17 Nov 2016 09:01:40 +0100 Subject: Rename RSSlink to RSSLink The former will be deprecated and eventually removed from Hugo. Note: Currently both of them exist in Hugo, which is the reason for the cleanup. --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 425ab69..52665cf 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -9,6 +9,6 @@ {{ .Hugo.Generator }} - {{ if .RSSlink }}{{ end }} + {{ if .RSSLink }}{{ end }} {{ partial "head_includes.html" . }} -- cgit v1.2.3