🐛 Fix: change template lookup order to fit Hugo 0.146.0 (#579)

fixed found no layout file for "html" kind "section" and "term"
This commit is contained in:
Cell
2025-04-11 11:52:30 +08:00
committed by GitHub
parent 1a43881170
commit 142e933fa2
6 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -23,6 +23,6 @@
{{- .Params.Title | default (T $taxonomies) | default $taxonomies | dict "Some" | T "allSome" }} <sup>{{ len .Data.Terms.ByCount }}</sup>
</h1>
{{- /* Render miscellaneous terms */ -}}
{{- .Render (add "terms/" $taxonomies) -}}
{{- .Render $taxonomies -}}
</div>
{{- end -}}