From 90059d0b58b36f191d95e81d0853cd1d46b64623 Mon Sep 17 00:00:00 2001 From: tvluke <tvluke@chaotikum.org> Date: Mon, 4 Nov 2024 01:14:09 +0100 Subject: [PATCH] bla fix --- press.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/press.html b/press.html index e13a0387..f6c0ee25 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 -%} -- GitLab