25 lines
731 B
HTML
25 lines
731 B
HTML
<div class="horizontal-center">
|
|
<div class="post">
|
|
<article>
|
|
<h1>{{ title }}</h1>
|
|
|
|
<p>// Posted {{ date }}</p>
|
|
|
|
{{ mathjax_warning }}
|
|
|
|
{{ content }}
|
|
|
|
<br />
|
|
|
|
If you have any questions or comments, then feel free to send me an email
|
|
(Preferably with <a href="https://{{ email_gpg_url }}">GPG encryption</a>) to
|
|
{{ email_user }} [weird "a" with a circle] {{ email_domain }}.
|
|
|
|
<p>
|
|
This post is signed using my <a href="https://{{ email_gpg_url }}">public key</a>.
|
|
See <a href=/verify.html>here</a> for more information.
|
|
</p>
|
|
</article>
|
|
</div>
|
|
</div>
|