mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 15:21:01 +00:00
Link RSS feed in identity page head
This commit is contained in:
parent
ec1848e095
commit
ffda9c4913
1 changed files with 6 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue