mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-14 12:51:08 +00:00
Merge pull request #2608 from kvibber/rss-autodiscover
Enable RSS autodiscovery on user profile
This commit is contained in:
commit
2ceea24763
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
|
||||
{% 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 }} - {{ site.name }}" />
|
||||
{% endblock %}
|
||||
|
||||
{% block header %}
|
||||
<div class="columns is-mobile">
|
||||
<div class="column">
|
||||
|
|
Loading…
Reference in a new issue