From 218e2ddd12ca367feb9a2fbd4dc5566fabd333f4 Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Thu, 25 Jan 2024 09:40:07 -0800 Subject: [PATCH] Redo title --- layouts/partials/title/full.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 layouts/partials/title/full.html diff --git a/layouts/partials/title/full.html b/layouts/partials/title/full.html new file mode 100644 index 0000000..6f33439 --- /dev/null +++ b/layouts/partials/title/full.html @@ -0,0 +1,2 @@ +{{ if .Title }}{{ .Title }} | {{ end }}{{ if .Page.Params.author }}{{ if .Page.Params.plainAuthor }}{{ .Page.Params.PlainAuthor }} |{{ else }}{{ .Page.Params.author }} | {{ end }}{{ end }} Post-Self +