From f207499922eaa09bbc1b69d38f68604c00f3e437 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sat, 27 Sep 2025 23:24:38 +0200 Subject: [PATCH] Fix taxonomy template spacing, let taxonomies be translatable --- layouts/_partials/docs/taxonomy.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_partials/docs/taxonomy.html b/layouts/_partials/docs/taxonomy.html index 90366ae..e1a135f 100644 --- a/layouts/_partials/docs/taxonomy.html +++ b/layouts/_partials/docs/taxonomy.html @@ -3,10 +3,10 @@ {{ range $term, $_ := .Site.Taxonomies }} {{ with $.Site.GetPage (printf "/%s" $term | urlize) }}
  • - {{ .Title | title }} + {{ T .Title | default .Title }}