From 5b8ec55e45bfe7914f503366a529e984074a6895 Mon Sep 17 00:00:00 2001
From: magicfelix <felix@felix-zauberer.de>
Date: Wed, 2 Aug 2023 15:48:08 +0200
Subject: [PATCH] Link to project pages from index page logos

---
 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 41bb911c..e116333e 100644
--- a/templates/frontpage/blocks/projects.html
+++ b/templates/frontpage/blocks/projects.html
@@ -11,7 +11,7 @@
       <div class="column">
         <div class="card is-shadowless">
           <figure class="image is-4by3">
-            <img src="{{ project_section.extra.logo }}" alt="Logo {{ project_section.title }}" />
+            <a href="/projekte/{{ project_section.extra.project_slug }}"><img src="{{ project_section.extra.logo }}" alt="Logo {{ project_section.title }}" /></a>
           </figure>
         </div>
         <div class="card-content">
-- 
GitLab