From e7733dbac594a4c021aad22162d3a426f5bcdc84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 17 Nov 2016 09:21:18 +0100 Subject: [PATCH] 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/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 702919b..9053f6e 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -6,8 +6,8 @@ {{ .Title }} · {{ .Site.Title }} - {{ if .RSSlink }} - + {{ if .RSSLink }} + {{ end }} {{ partial "head.html" . }}