- including the configured base_url didn't make sense, let's better state
clearly what you will get (recently blocked instances)
<!DOCTYPE html>
<head>
<title>fedi-block-api{% if domain %} {{domain}}{% endif %}</title>
- <link rel="alternate" type="application/rss+xml" title="RSS Feed for {{base_url}}" href="{{base_url}}/rss" />
+ <link rel="alternate" type="application/rss+xml" title="RSS Feed for latest blocked instances" href="{{base_url}}/rss" />
{% if domain %}
<link rel="alternate" type="application/rss+xml" title="RSS Feed for blocked domain {{domain}}" href="{{base_url}}/rss?domain={{domain}}" />
{% elif reverse %}