This repository has been archived on 2024-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
blog.polynom.me/layout/post.html

25 lines
894 B
HTML
Raw Normal View History

<div class="horizontal-center">
<div class="post">
<article>
<h1>{{ title }}</h1>
2020-09-21 15:49:58 +00:00
<p>// Posted {{ date }}</p>
2021-11-28 14:03:08 +00:00
<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
2020-11-24 13:49:39 +00:00
(Preferably with <a href="https://{{ email_gpg_url }}">GPG encryption</a>) to
2020-09-23 14:59:04 +00:00
{{ email_user }} [weird "a" with a circle] {{ email_domain }}.
</article>
</div>
2020-09-21 15:49:58 +00:00
</div>