From 9c9f420b1263947bfced44cc8157d5c4609e7157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 18 May 2026 18:28:15 +0200 Subject: [PATCH] Remove category tabs bar from header Co-Authored-By: Claude Sonnet 4.6 --- layouts/partials/header.html | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index aceeb33..1ea64dc 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,7 +1,3 @@ -{{- $cats := slice }} -{{- range $.Site.Taxonomies.categories }} - {{- $cats = $cats | append .Page.Title }} -{{- end }}
- {{/* ── category tabs ── */}} -
- - {{- range $cats }} - - {{- end }} -