From 6c6b1c7e1eb6205498c345900d2ffcd04edaa2e0 Mon Sep 17 00:00:00 2001 From: magicfelix <felix@felix-zauberer.de> Date: Sun, 30 Jul 2023 18:56:41 +0200 Subject: [PATCH] Fix nav project title alignment --- 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 51b3be5c..60cb6070 100644 --- a/templates/menu/projects.html +++ b/templates/menu/projects.html @@ -9,7 +9,7 @@ > {% set section = get_section(path = "projekte/" ~ project.slug ~ "/_index.md") %} - <h1 class="title is-6 is-mega-menu-title"><a class="navbar-item" href="{{ section.permalink }}">{{ section.title }}</a></h1> + <h1 class="title is-6 is-mega-menu-title"><a href="{{ section.permalink }}">{{ section.title }}</a></h1> <strong class="is-mega-menu-subtitle">{{ section.description }}</strong> {% for page in project.pages %} -- GitLab