Put link[rel='pgpkey'] on the home page for each PGP key, so they work with IndieAuth.com and such

This commit is contained in:
Danielle McLean 2017-11-11 16:23:05 +11:00
parent a518d72a7d
commit fa3a6ec362
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
<link rel="stylesheet" type="text/stylus" href="{% static 'home/css/index.styl' %}" />
<link rel="stylesheet" type="text/stylus" href="{% static 'entries/css/h-entry.styl' %}" />
{% endblock %}
{% block head %}{% for key in user.keys.all %}<link rel="pgpkey" href="{{ key.file.url }}" />{% endfor %}{% endblock %}
{% block main %}
<aside class="author">
<article class="h-card card p-author">