18 lines
742 B
HTML
18 lines
742 B
HTML
<!-- Post wrapper -->
|
|
<div class="flex flex-col items-center pt-8">
|
|
<h1 class="prose prose-h1 text-2xl text-indigo-400 self-start">{{ title }}</h1>
|
|
|
|
<p class="prose prose-xs text-white self-start">Posted on {{ date }}</p>
|
|
|
|
<article class="text-white prose prose-lg pt-8">
|
|
{{ content }}
|
|
</article>
|
|
|
|
<!-- Post ending -->
|
|
<span class="text-white prose prose-lg self-start pt-8">
|
|
If you have any questions or comments, then feel free to send me an email (Preferably with GPG encryption) to
|
|
{{ email_user }} [at] {{ email_domain }} or
|
|
reach out to me on the Fediverse at <a class="text-indigo-400"
|
|
href="https://{{ fediverse_url }}">{{ fediverse_handle }}</a>.
|
|
</span>
|
|
</div> |