diff options
author | EuAndreh <eu@euandre.org> | 2020-02-05 01:42:23 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-05 01:42:23 -0300 |
commit | e40de080c312f38b692ff687fa10be66951223dc (patch) | |
tree | ebedc339f8f3499e1851736193fa2d0f186bc608 /site/templates/post.html | |
parent | Add Jekyll generated website (diff) | |
download | euandre.org-e40de080c312f38b692ff687fa10be66951223dc.tar.gz euandre.org-e40de080c312f38b692ff687fa10be66951223dc.tar.xz |
WIP Jekyll
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> |