From 2f47b22e7f490a4a3e8247bab8f5d33505a837b1 Mon Sep 17 00:00:00 2001 From: Jesse Whitehouse Date: Fri, 27 Sep 2019 08:30:46 -0500 Subject: [PATCH] Fixes #212. --- layouts/_default/baseof.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 68d320b..6aaab08 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -28,10 +28,12 @@ {{ end }} {{ if .OutputFormats.Get "RSS" }} - - + {{ with .OutputFormats.Get "RSS" }} + + + {{ end }} {{ end }} - + {{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/spf13/hugo/blob/master/tpl/tplimpl/template_embedded.go#L158 */}} {{- template "_internal/opengraph.html" . -}} {{- template "_internal/schema.html" . -}}