diff --git a/flamingo/content/index.html b/flamingo/content/index.html
index 99344b8659970b8eaed424ab9ce39c985a8ced1f..bd787f0ef6f3e492d574f9cbd30e282a0dcc8981 100644
--- a/flamingo/content/index.html
+++ b/flamingo/content/index.html
@@ -140,7 +140,7 @@ output: index.html
 <div class="container">
     <div class="row">
         <hr>
-        <h1>Aktuelles:</h1>
+        <h1>Aktuelles: <a href="/all.atom.xml" ><i class="fas fa-rss pull-right" style="font-size: 80%;"></i></a></h1>
         {% with entries = context.contents.filter(feedtag=True).order_by("date") %}
         {% for entry in (entries|reverse|list)[:5] %}
         <h3>{{entry.content_title}}</h3>