From 71299ca8cba1856e3a51230a74c2bba979f37459 Mon Sep 17 00:00:00 2001 From: Twann Date: Fri, 3 Feb 2023 15:11:18 +0100 Subject: [PATCH] close #3 --- layouts/_default/baseof.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index f6bf0b5..2cc8b9b 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,17 +2,17 @@ - - + + {{- partial "favicon.html" . -}} {{- block "title" . }}{{ with .Title }}{{ . }}{{ end }}{{- end }} {{- partial "seo_tags.html" . -}} - + {{ with .OutputFormats.Get "rss" -}} - {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} {{- partial "style.html" . -}}