fix: use localized title for categories taxonomy in archives page (#1158)

closes #1157
This commit is contained in:
Christian Martínez de la Rosa
2025-11-01 21:30:37 +01:00
committed by GitHub
parent 50a42f28c0
commit 6d98e8463f
+1 -1
View File
@@ -4,7 +4,7 @@
{{- $taxonomy := $.Site.GetPage "taxonomyTerm" "categories" -}}
{{- $terms := $taxonomy.Pages -}}
{{ if $terms }}
<h2 class="section-title">{{ $taxonomy.Title }}</h2>
<h2 class="section-title">{{ T "widget.categoriesCloud.title" }}</h2>
<div class="subsection-list">
<div class="article-list--tile">
{{ range $terms }}