commit e8062563ab0aba1b3f943f6e7123c0f73977a5d4 from: Thomas Böhler date: Wed Jun 4 17:57:11 2025 UTC posts: add email again The email text was lost in some earlier commit. Restore it. Signed-off-by: Thomas Böhler commit - 154c665ea2d00ea5d2f1c3dea97252ce0b353c52 commit + e8062563ab0aba1b3f943f6e7123c0f73977a5d4 blob - 0f7609f83655878726f9417ac2c3bb2f4ef5c79d blob + 23ede1519dae2a39225a62d4b4a594d9205dc35e --- layouts/blog/post.html +++ layouts/blog/post.html @@ -7,14 +7,10 @@
Do you have a comment on one of my posts? Feel free to send me an E-Mail: - - {{ .Site.Params.email }} -
+ {{ .Site.Params.author.email }}
To participate in a public discussion, use my public inbox: - - {{ .Site.Params.public_inbox }} - + {{ .Site.Params.public_inbox }} (Archive)
blob - e136e8efd706d0771bb0d61f60d9d04f85e72bc2 blob + 23ede1519dae2a39225a62d4b4a594d9205dc35e --- layouts/microblog/post.html +++ layouts/microblog/post.html @@ -7,18 +7,15 @@
Do you have a comment on one of my posts? Feel free to send me an E-Mail: - - {{ .Site.Params.email }} -
+ {{ .Site.Params.author.email }}
To participate in a public discussion, use my public inbox: - - {{ .Site.Params.public_inbox }} -
+ {{ .Site.Params.public_inbox }} + (Archive) +
Please review the - mail etiquette - . + mail etiquette.

@@ -28,4 +25,6 @@ Posted on: {{ dateFormat "January 02, 2006" .Params.date }}
{{ end }} + + {{ partial "webring-out.html" }} {{ end }}