summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-06-11 09:45:31 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-06-11 09:45:31 +0200
commitee5b77b22cb5415e01e665a755a27e8bc04a07ef (patch)
tree136104625bae92bc93e548d5061444f722d669f8
parent11a510fe9ca5d2d3130d2b7fdcbd5b058a6887ec (diff)
Fix links for PGP keys
-rw-r--r--src/_pages/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_pages/index.html b/src/_pages/index.html
index 9627a0f..68dd014 100644
--- a/src/_pages/index.html
+++ b/src/_pages/index.html
@@ -39,6 +39,8 @@ You can also fetch my PGP key using the
gpg --locate-key p.spek@tyil.nl
+[pubkey]: {{ "/pubkey.txt" | prepend: site.baseurl | prepend: site.url }}
+[pubkey-mit]: http://pgp.mit.edu/pks/lookup?op=vindex&search=0x7A6AC285E2D98827
{% endmarkdown %}
<h3 id="communication-channels">Channels</h3>
{% markdown %}
@@ -84,6 +86,4 @@ feed][rss] or the [Atom feed][atom].
[rizon]: https://rizon.net
[libera]: https://libera.chat
[rss]: {{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}
-[pubkey]: {{ "/pubkey.txt" | prepend: site.baseurl | prepend: site.url }}
-[pubkey-mit]: http://pgp.mit.edu/pks/lookup?op=vindex&search=0x7A6AC285E2D98827
{% endmarkdown %}