Add the alternate link for all activitypub stuff in the templates

This commit is contained in:
Thomas Sileo
2018-07-10 23:19:00 +02:00
parent c9a10bddb4
commit 524a63235d
7 changed files with 18 additions and 9 deletions

View File

@@ -18,4 +18,6 @@
</div>
{% endblock %}
{% block links %}{{ utils.display_pagination_links(older_than, newer_than) }}{% endblock %}
{% block links %}
<link rel="alternate" href="{{ config.BASE_URL }}/following" type="application/activity+json">
{{ utils.display_pagination_links(older_than, newer_than) }}{% endblock %}