Link RSS feed in identity page head

pull/107/head
Andrew Godwin 2022-12-04 10:17:43 -07:00
rodzic ec1848e095
commit ffda9c4913
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -2,6 +2,12 @@
{% block title %}{{ identity }}{% endblock %}
{% block extra_head %}
{% if identity.local %}
<link rel="alternate" type="application/rss+xml" title="RSS feed for {{ identity.name }}" href="rss/" />
{% endif %}
{% endblock %}
{% block body_class %}has-banner{% endblock %}
{% block content %}