From 1d9d651ca9c95157490ad241b42dc0c6aa8a1be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Mart=C3=ADnez=20de=20la=20Rosa?= Date: Sun, 1 Jun 2025 11:16:14 +0200 Subject: [PATCH] Fix #1157 --- layouts/_default/archives.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/archives.html b/layouts/_default/archives.html index 5d5243c..7347040 100644 --- a/layouts/_default/archives.html +++ b/layouts/_default/archives.html @@ -4,7 +4,7 @@ {{- $taxonomy := $.Site.GetPage "taxonomyTerm" "categories" -}} {{- $terms := $taxonomy.Pages -}} {{ if $terms }} -

{{ $taxonomy.Title }}

+

{{ T "widget.categoriesCloud.title" }}

{{ range $terms }}