diff --git a/templates/frontpage/blocks/projects.html b/templates/frontpage/blocks/projects.html
index 00410ea35b0179fe8853196a90da91791cdbd076..3253ca01732c61ba4f1425d0d7d9f4998e247f1a 100644
--- a/templates/frontpage/blocks/projects.html
+++ b/templates/frontpage/blocks/projects.html
@@ -19,7 +19,7 @@
         <div class="card-content">
           <div class="media">
             <div class="media-content">
-              <p class="title is-4">{{ project_section.title }}</p>
+              <a href="/projekte/{{ project_section.extra.project_slug }}"><h1 class="title is-4">{{ project_section.title }}</h1></a>
             </div>
           </div>