From 8f162ae0c4f4097778ac9d7e7a873f8fb29269c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 17 Nov 2016 08:58:16 +0100 Subject: Rename RSSlink to RSSLink (#35) 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/core/head.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/core/head.html b/layouts/partials/core/head.html index d37c0b8..0a01b83 100644 --- a/layouts/partials/core/head.html +++ b/layouts/partials/core/head.html @@ -4,9 +4,9 @@ - {{ if .RSSlink }} - - + {{ if .RSSLink }} + + {{ end }} {{ .Hugo.Generator }} -- cgit v1.2.3