From 5a80a653648b390cd796067854716266f734ac97 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 3 Jul 2024 10:59:27 -0500 Subject: [PATCH] fix for description in head --- 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 7f68aed..d6ed8bb 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,5 +1,5 @@ {{ with .Title }}{{ . }} – {{end}}{{ .Site.Title }} -{{ with .Site.Params.about }}{{ end }} + {{ with .Site.Params.Author.fedi }}{{ end }}