From d1ec4988e079428f0b082b35af5d5fe8c0e13f3c Mon Sep 17 00:00:00 2001 From: Andrew Gioia Date: Fri, 14 Aug 2020 15:48:40 -0400 Subject: [PATCH] Fixes open meta tag --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 387b9ed..77edbec 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -7,7 +7,7 @@ - {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}