Link RSS feed in identity page head

This commit is contained in:
Andrew Godwin 2022-12-04 10:17:43 -07:00
parent ec1848e095
commit ffda9c4913

View file

@ -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 %}