diff --git a/press.html b/press.html
index e13a0387ba59f4c1c2b98cb6eab2755b6170eeb8..f6c0ee2574d5c84a79241bf772ccab954e84cc66 100644
--- a/press.html
+++ b/press.html
@@ -16,7 +16,7 @@ image: "https://chaotikum.org/assets/werkstatt.jpg"
         <span class="post-meta">{{ post.date | date: "%d.%m.%Y" }}</span>
         <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title | escape }}</a> 
         {% if post.pdf -%}
-          | <a href={{post.pdf}}><span class="fa-solid fa-file-pdf">Als PDF runterladen.</span></a>
+          | <a href={{post.pdf}}><span class="fa-solid fa-file-pdf"></span> Als PDF runterladen.</a>
         {% endif -%}
       </li>
       {% endif -%}