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 }}