Add the alternate link for all activitypub stuff in the templates
This commit is contained in:
parent
c9a10bddb4
commit
524a63235d
7 changed files with 18 additions and 9 deletions
|
@ -29,4 +29,6 @@
|
|||
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% block links %}{{ utils.display_pagination_links(older_than, newer_than) }}{% endblock %}
|
||||
{% block links %}
|
||||
<link rel="alternate" href="{{ config.BASE_URL }}/liked" type="application/activity+json">
|
||||
{{ utils.display_pagination_links(older_than, newer_than) }}{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue