diff options
Diffstat (limited to 'site/templates/post.html')
-rw-r--r-- | site/templates/post.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/site/templates/post.html b/site/templates/post.html deleted file mode 100644 index 0ec1efe..0000000 --- a/site/templates/post.html +++ /dev/null @@ -1,16 +0,0 @@ -<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> |