commit b6f805b958db9119c80339c769e659228e67595e from: Thomas Böhler date: Sun May 25 14:56:43 2025 UTC config: add site author Signed-off-by: Thomas Böhler commit - 764258f5b27e54cd25c22cdd951e7166e9afb12d commit + b6f805b958db9119c80339c769e659228e67595e blob - bac627b005665c90c796510507bfeb6a84de0561 blob + 5642015e9b0e8bb1b5239b19609b2b39dc2e09a2 --- config.toml +++ config.toml @@ -5,13 +5,16 @@ copyright = "2020-2025 Thomas Böhler }}](mailto:{{< param email >}}) +- E-Mail: [{{< param author.email >}}](mailto:{{< param author.email >}}) ([PGP](#pgp)) - [Briar](https://briarproject.org/) (best effort): briar://aaigkcpiueznxx7lbvb4czudl6omsjh23ydtnc25e3ddgrk4xeytk blob - 0ca0efc8eb4a8afc7f16d4385460691a379c692d blob + cee9d5d47cb7ed361b604e8bc2de9457a121543c --- layouts/_default/rss.xml +++ layouts/_default/rss.xml @@ -17,8 +17,8 @@ {{ .Permalink }} Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }} Hugo -- gohugo.io{{ with .Site.LanguageCode }} - {{.}}{{end}}{{ with .Site.Author.email }} - {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Author.email }} + {{.}}{{end}}{{ with .Site.Params.author.email }} + {{.}}{{ with $.Site.Params.author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Params.author.email }} {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Copyright }} {{.}}{{end}}{{ if not .Date.IsZero }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }} @@ -30,7 +30,7 @@ {{ .Title }} {{ .Permalink }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} - {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} + {{ with .Site.Params.author.email }}{{.}}{{ with $.Site.Params.author.name }} ({{.}}){{end}}{{end}} {{ .Permalink }} {{ .Plain | htmlUnescape }} blob - 7ed6874473695e37f77caa392321df888f6a4e38 blob + e136e8efd706d0771bb0d61f60d9d04f85e72bc2 --- layouts/microblog/post.html +++ layouts/microblog/post.html @@ -7,7 +7,7 @@
Do you have a comment on one of my posts? Feel free to send me an E-Mail: - + {{ .Site.Params.email }}