From 06048b5f3bfc420c33efec390cba5fb989e6c34c Mon Sep 17 00:00:00 2001 From: Alexander Avery Date: Mon, 26 Feb 2024 15:39:34 -0500 Subject: [PATCH] format baseof.html --- layouts/_default/baseof.html | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index f248dda..721fb3e 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,29 +1,30 @@ - - {{ with .OutputFormats.Get "rss" }} - {{- printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML -}} - {{ end }} + - - + {{- with .OutputFormats.Get "rss" }} + {{- printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML -}} + {{ end }} - {{ if .Params.description -}} - - {{- end -}} + + - {{ if .Params.keywords -}} - - {{- end }} + {{ with (default .Site.Params.description .Params.description) -}} + + {{- end -}} - {{ $style := resources.Get "/sass/main.scss" | resources.ToCSS -}} - + {{ with .Params.keywords -}} + + {{- end }} - - {{- block "title" . }}{{ .Site.Title }}{{ end -}} - + {{ $style := resources.Get "/sass/main.scss" | resources.ToCSS -}} + + + + {{- block "title" . }}{{ .Site.Title }}{{ end -}} +