From ae621fe831357cd70b48666c853328835fd7a134 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Wed, 9 Oct 2024 18:57:54 +0200 Subject: [PATCH] Fix project menu styling --- templates/menu/projects.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/menu/projects.html b/templates/menu/projects.html index 6af3939..16aba35 100644 --- a/templates/menu/projects.html +++ b/templates/menu/projects.html @@ -4,7 +4,7 @@ <div class="columns"> {% for project_section_path in projects_section.subsections %} {% set project_section = get_section(path=project_section_path) %} - <section class="column menu-project-section" id="menu-project-section-{{ project_section.components[0] }}"> + <section class="column menu-project-section" id="menu-project-section-{{ project_section.components[1] }}"> <div class="card p-0 m-0 is-shadowless is-radiusless is-overlay is-flex is-flex-direction-column is-fullheight is-justify-content-space-between"> <div class="card-content p-0 m-0"> <h1 class="title is-6 is-mega-menu-title"><a href="{{ project_section.permalink }}"> -- GitLab