From 47d7da6227e8354c1f48289e14970c531e7ebc56 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 13 May 2026 09:51:50 +0200 Subject: feat: add glitch effect to taxonomy list and term page H1s Extend section-title glitch to taxonomy/list.html and taxonomy/term.html. Load glitch script on taxonomy and term page kinds in baseof.html. Co-Authored-By: Claude Sonnet 4.6 --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index cb17c1d..98ff8f8 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -139,7 +139,7 @@ - {{ if or .IsHome .IsSection }} + {{ if or .IsHome .IsSection (eq .Kind "taxonomy") (eq .Kind "term") }} {{ $heroScript := resources.Get "js/hero-glitch.js" | minify }} {{ end }} -- cgit v1.2.3