commit 530166cada0fa5513e3ce8ef08ed7010f3d84e56
parent 2a4c4b42c7037db050b81ec168889c077e238045
Author: Alex Balgavy <alex@balgavy.eu>
Date: Sun, 14 Nov 2021 12:52:55 +0100
Fix GPG key
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/index.html b/templates/index.html
@@ -14,7 +14,7 @@
my <a href="http://blog.alex.balgavy.eu">blog,</a>
and my <a href="http://github.com/thezeroalpha/dotfiles">dotfiles.</a>
</p>
- <p>My keys: <a href="keys/public.gpg">PGP</a>, <a href="keys/ssh.pub">SSH</a></p>
+ <p>My keys: <a href="keys/gpg.pub">PGP</a>, <a href="keys/ssh.pub">SSH</a></p>
{% endblock sidebar %}
{% block content %}