Add the alternate link for all activitypub stuff in the templates
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user