Merge pull request #2608 from kvibber/rss-autodiscover

Enable RSS autodiscovery on user profile
This commit is contained in:
Mouse Reeve 2023-01-18 19:51:15 -08:00 committed by GitHub
commit 2ceea24763
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">