Link RSS feed in identity page head
This commit is contained in:
parent
ec1848e095
commit
ffda9c4913
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
{% block title %}{{ identity }}{% endblock %}
|
{% 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 body_class %}has-banner{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
Reference in New Issue
Block a user