From fa3a6ec36250769b4b58ea063be7faf821d3749b Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Sat, 11 Nov 2017 16:23:05 +1100 Subject: [PATCH] Put link[rel='pgpkey'] on the home page for each PGP key, so they work with IndieAuth.com and such --- home/templates/home/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/templates/home/index.html b/home/templates/home/index.html index 4a39059..8794276 100644 --- a/home/templates/home/index.html +++ b/home/templates/home/index.html @@ -5,6 +5,9 @@ {% endblock %} + +{% block head %}{% for key in user.keys.all %}{% endfor %}{% endblock %} + {% block main %}