deathau.weblog.lol/weblog/B0. Template/template-post.html.md
death.au 535e9451a8
All checks were successful
/ weblog.lol (push) Successful in 8s
second attempt to fix post template
2024-05-10 12:26:52 +00:00

17 lines
No EOL
533 B
Markdown

Type: Template
Title: Post Template
<article>
<aside class="post-info">
<a href="{location}"><i class="fa-solid fa-clock"></i> <time class="dt-published" datetime="{date}">{date}</time></a>
</aside>
<i data-emoji="{emoji}"></i>
{body}
<aside class="post-info">
<a class="status_url" href="{status_url}"><i class="omg-icon omg-prami"></i> via status.lol</a>
<a class="external_url" href="{external_url}"><i class="omg-icon omg-fediverse"></i> Reply on the Fediverse</a>
</aside>
<aside class="post-tags">
{tags}
</aside>
</article>