From 5917f042e508e1b6b4253f03578e39644bc54540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 17 Nov 2016 08:53:41 +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/head_includes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html index 2f1259c..5858025 100644 --- a/layouts/partials/head_includes.html +++ b/layouts/partials/head_includes.html @@ -47,8 +47,8 @@ > -{{ if .RSSlink }} - +{{ if .RSSLink }} + {{ end }}