mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-14 12:51:08 +00:00
Add site name to RSS autodiscovery title
This commit is contained in:
parent
fd7dcb320e
commit
919c9a7585
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
{% block title %}{{ user.display_name }}{% endblock %}
|
||||
|
||||
{% block head_links %}
|
||||
<link rel="alternate" type="application/rss+xml" href="{{ user.local_path }}/rss" title="{{ user.display_name }}" />
|
||||
<link rel="alternate" type="application/rss+xml" href="{{ user.local_path }}/rss" title="{{ user.display_name }} - {{ site.name }}" />
|
||||
{% endblock %}
|
||||
|
||||
{% block header %}
|
||||
|
|
Loading…
Reference in a new issue