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:
parent
a518d72a7d
commit
fa3a6ec362
1 changed files with 3 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue