Fix the Mastodon link
This commit is contained in:
parent
153c659dbc
commit
7e2d2d4d39
@ -28,7 +28,7 @@
|
||||
|
||||
<h3>Contact</h3>
|
||||
<ul>
|
||||
<li>EMail: <i>{{ email_user }} ["a" with a weird circle] {{ email_domain }}</i> (<a href="{{ email_gpg_url}}">GPG</a>)</li>
|
||||
<li>EMail: <i>{{ email_user }} ["a" with a weird circle] {{ email_domain }}</i> (<a href="https://{{ email_gpg_url}}">GPG</a>)</li>
|
||||
</ul>
|
||||
|
||||
<h3>About This Page</h3>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<p>
|
||||
In order to allow people to verify that a post has really been
|
||||
created by me, I sign all blog posts and my "About" page using
|
||||
my <a href="{{ email_gpg_url }}">public key</a>.
|
||||
my <a href="https://{{ email_gpg_url }}">public key</a>.
|
||||
</p>
|
||||
|
||||
<h3>Using My Script</h3>
|
||||
|
@ -12,11 +12,11 @@
|
||||
<br />
|
||||
|
||||
If you have any questions or comments, then feel free to send me an email
|
||||
(Preferably with <a href="{{ email_gpg_url }}">GPG encryption</a>) to
|
||||
(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="{{ email_gpg_url }}">public key</a>.
|
||||
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>
|
||||
|
@ -4,8 +4,8 @@
|
||||
"blog_description": "My personal blog. Mainly tech stuff.",
|
||||
"git_url": "git.polynom.me",
|
||||
"blog_url": "blog.polynom.me",
|
||||
"mastodon_url": "https://fosstodon.org/@polynomdivision",
|
||||
"email_gpg_url": "https://pki.polynom.me/pubkeys/papatutuwawa.pub",
|
||||
"mastodon_url": "fosstodon.org/@polynomdivision",
|
||||
"email_gpg_url": "pki.polynom.me/pubkeys/papatutuwawa.pub",
|
||||
"email_user": "papatutuwawa",
|
||||
"email_domain": "polynom.me",
|
||||
"mathjax_include": "",
|
||||
|
Reference in New Issue
Block a user