diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/identity/view.html | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/templates/identity/view.html b/templates/identity/view.html index 85a1b08..612e3d2 100644 --- a/templates/identity/view.html +++ b/templates/identity/view.html @@ -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 %} | 
