25 lines
915 B
HTML
25 lines
915 B
HTML
<div class="horizontal-center stretch-horizontally">
|
|
<div class="post">
|
|
<article>
|
|
<h1>{{ title }}</h1>
|
|
|
|
<p>// Posted {{ date }}</p>
|
|
|
|
<ul>
|
|
<li><a href="https://{{ git_url }}/PapaTutuWawa/blog.polynom.me/src/branch/master/content/blog/{{ file_name }}">Post source</a></li>
|
|
<li><a href="https://{{ git_url }}/PapaTutuWawa/blog.polynom.me/raw/branch/master/content/blog/{{ file_name }}.sig">Signed</a> with <a href="https://{{ email_gpg_url }}">this publickey</a></li>
|
|
</ul>
|
|
|
|
{{ 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 }}.
|
|
</article>
|
|
</div>
|
|
</div>
|