death.au
c0b6f7650b
emoji experimentation CSS for emoji experimentation more emoji experiments more tweaks attempt to fix emoji another attempt trying to get emoji to display Will it work now? this should fix emoji this should prevent emoji from being italics Attempting to add links to status.lol and fediverse status link style updates small fix
14 lines
No EOL
490 B
Markdown
14 lines
No EOL
490 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 href="{status_url}"><i class="omg-icon omg-prami"></i> via status.lol</a><a href="{external_url}"><i class="omg-icon omg-fediverse"></i> Reply on the Fediverse</a></aside>
|
|
<aside class="post-tags">
|
|
{tags}
|
|
</aside>
|
|
</article> |