diff --git a/templates/frontpage/blocks/projects.html b/templates/frontpage/blocks/projects.html index 41bb911c642320c0d51a2bb5837cdee3261a8f01..e116333eb8f495e08bc76df0c7ec6affe60741a9 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">