commit - 154c665ea2d00ea5d2f1c3dea97252ce0b353c52
commit + e8062563ab0aba1b3f943f6e7123c0f73977a5d4
blob - 0f7609f83655878726f9417ac2c3bb2f4ef5c79d
blob + 23ede1519dae2a39225a62d4b4a594d9205dc35e
--- layouts/blog/post.html
+++ layouts/blog/post.html
<div>
Do you have a comment on one of my posts? Feel free to send me an E-Mail:
- <a href="mailto:{{ .Site.Params.email }}?subject=Re: {{ .Title }}">
- {{ .Site.Params.email }}
- </a><br />
+ <a href="mailto:{{ .Site.Params.author.email }}?subject=Re: {{ .Title }}">{{ .Site.Params.author.email }}</a><br />
To participate in a public discussion, use my public inbox:
- <a href="mailto:{{ .Site.Params.public_inbox }}?subject=Re: {{ .Title }}">
- {{ .Site.Params.public_inbox }}
- </a>
+ <a href="mailto:{{ .Site.Params.public_inbox }}?subject=Re: {{ .Title }}">{{ .Site.Params.public_inbox }}</a>
(<a href="https://lists.sr.ht/~witcher/public-inbox">Archive</a>)
<br />
blob - e136e8efd706d0771bb0d61f60d9d04f85e72bc2
blob + 23ede1519dae2a39225a62d4b4a594d9205dc35e
--- layouts/microblog/post.html
+++ layouts/microblog/post.html
<div>
Do you have a comment on one of my posts? Feel free to send me an E-Mail:
- <a href="mailto:{{ .Site.Params.author.email }}?subject=Re: {{ .Title }}">
- {{ .Site.Params.email }}
- </a><br />
+ <a href="mailto:{{ .Site.Params.author.email }}?subject=Re: {{ .Title }}">{{ .Site.Params.author.email }}</a><br />
To participate in a public discussion, use my public inbox:
- <a href="mailto:{{ .Site.Params.public_inbox }}?subject=Re: {{ .Title }}">
- {{ .Site.Params.public_inbox }}
- </a><br />
+ <a href="mailto:{{ .Site.Params.public_inbox }}?subject=Re: {{ .Title }}">{{ .Site.Params.public_inbox }}</a>
+ (<a href="https://lists.sr.ht/~witcher/public-inbox">Archive</a>)
+ <br />
Please review the <a href={{ ref . "about.md#mail-etiquette" }}>
- mail etiquette
- </a>.
+ mail etiquette</a>.
</div>
<br />
Posted on: {{ dateFormat "January 02, 2006" .Params.date }}<br />
</div>
{{ end }}
+
+ {{ partial "webring-out.html" }}
{{ end }}