aboutsummaryrefslogtreecommitdiff
path: root/site/templates/post.html
blob: 0ec1efef126dfd8c1355d951e835fd1446d1a6b7 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<article>
  <section class="header">
    Posted on $date$
  </section>
  <section>
    $body$
  </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$title$">~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=$title$">existing discussions</a>.
    </p>
  </section>
</article>