From f67f8390b6b3861cc3e649782063b084079c1835 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 3 Jul 2024 10:57:28 -0500 Subject: [PATCH] add support for new 'fediverse:creator' property --- config/_default/params.toml | 1 + layouts/partials/head.html | 1 + 2 files changed, 2 insertions(+) diff --git a/config/_default/params.toml b/config/_default/params.toml index e54992d..40b9e52 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -44,6 +44,7 @@ reply = true name = "John Bowdre" email = "jbowdre@omg.lol" username = "jbowdre" +fedi = "@jbowdre@social.lol" [theme] palette = "runtimeterror" diff --git a/layouts/partials/head.html b/layouts/partials/head.html index c9c53f9..7f68aed 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,5 +1,6 @@ {{ with .Title }}{{ . }} – {{end}}{{ .Site.Title }} {{ with .Site.Params.about }}{{ end }} +{{ with .Site.Params.Author.fedi }}{{ end }}