From 30ca3e0a083ed63832257cf219dc1facc87b0e42 Mon Sep 17 00:00:00 2001 From: Maksim Iakunin Date: Tue, 19 Oct 2021 20:06:44 +0300 Subject: [PATCH] Fixing a bug with `` --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 8dfcd5c..cbeb1d9 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -5,7 +5,7 @@ {{ if and (.Title) (not .IsHome) }}{{ .Title }} - {{ end }}{{ .Site.Title }} - + {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}