From 64b59a4e599931db93294d37b9a9673631ade63b Mon Sep 17 00:00:00 2001 From: panr Date: Fri, 24 May 2019 09:36:06 +0200 Subject: [PATCH] Fix RSS links #41 --- layouts/partials/head.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 8f108fd..c7c2ca9 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -44,13 +44,13 @@ {{ if isset .Params "date" }}{{ end }} -{{ if .RSSLink }} - +{{ with .OutputFormats.Get "RSS" }} + {{ end }} -{{ if .OutputFormats.Get "json" }} - +{{ with .OutputFormats.Get "json" }} + {{ end }}