blog: Migrate to new signature method

This commit is contained in:
2021-11-28 15:03:08 +01:00
parent f1411df62a
commit 768eb2bf97
4 changed files with 5 additions and 55 deletions

View File

@@ -5,6 +5,11 @@
<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 }}
@@ -14,11 +19,6 @@
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>