blob: bdaa3f89787f3df434779f6c12b23f3607bc6156 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
layout: default
---
<article>
<section class="header">
Posted on {{ page.date | date: "%b %-d, %Y" }}
</section>
<section>
{{ content }}
</section>
<section>
<p>Have a comment on this post? Start a discussion
in my <a href="https://lists.sr.ht/~euandreh/public-inbox">public inbox</a>
by sending an email to <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=Re%3A%20{{ page.title | escape }}">~euandreh/public-inbox@lists.sr.ht</a>
[<a href="https://man.sr.ht/lists.sr.ht/etiquette.md">mailing list etiquette</a>],
or see <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | escape }}">existing discussions</a>.
</p>
</section>
</article>
|