From dec3190fb35dc3d73efa5c66d19dd0a8541918ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 17 Nov 2016 09:05:14 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 768c772..6e101d0 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -11,9 +11,9 @@ {{ else }} {{ end }} - {{ if .RSSlink }} - - + {{ if .RSSLink }} + + {{ end }} -- cgit v1.2.3