From eb988203b708af28c93c9caa55b80d4630bb9838 Mon Sep 17 00:00:00 2001 From: Oliver Atkinson Date: Thu, 28 Sep 2023 11:46:14 -0600 Subject: [PATCH] merge head and baseof --- layouts/_default/baseof.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index bb2bb0e..6eced67 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,7 +1,21 @@ -{{ partial "head.html" . }} - + + {{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }} + + + + + + {{ with .Site.Params.favicon }} + {{ end -}} + + {{ if isset .Params "tags" }} + {{ end -}} + + + + {{ if .Site.Menus.main }}{{ partial "nav.html" . }}{{ end -}}