]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 27 May 2023 08:33:18 +0000 (10:33 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 27 May 2023 08:33:18 +0000 (10:33 +0200)
- including the configured base_url didn't make sense, let's better state
  clearly what you will get (recently blocked instances)

index.html

index f4e14b15db4d36f67d52c0cfe8d2cc93ab2b2128..3f0d7c6865a3c7ee306a467b3f76f196678fd4ae 100644 (file)
@@ -1,7 +1,7 @@
 <!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 %}