From e6dbb58256e45bc7470981be91bf7f227b75e334 Mon Sep 17 00:00:00 2001
From: Darius Auding <Darius.auding@gmx.de>
Date: Fri, 4 Aug 2023 18:16:07 +0200
Subject: [PATCH] Add card-header links to project pages

---
 templates/frontpage/blocks/projects.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/frontpage/blocks/projects.html b/templates/frontpage/blocks/projects.html
index 00410ea3..3253ca01 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>
 
-- 
GitLab