fix mimetype on rss autodiscovery and add title

This commit is contained in:
Kelson Vibber 2023-01-16 22:30:15 -08:00
parent 78422ac35b
commit fd7dcb320e

View file

@ -5,7 +5,7 @@
{% block title %}{{ user.display_name }}{% endblock %}
{% block head_links %}
<link rel="alternate" type="application/xml+rss" href="{{ user.local_path }}/rss" />
<link rel="alternate" type="application/rss+xml" href="{{ user.local_path }}/rss" title="{{ user.display_name }}" />
{% endblock %}
{% block header %}