fix: update permalink handling in subpath setting

This commit is contained in:
geekifan
2025-05-11 17:58:59 +08:00
parent 102129f36a
commit f615f3bd8a
6 changed files with 89 additions and 88 deletions

View File

@ -14,7 +14,7 @@
{{ range $sorted_tags }}
<div>
<a class="tag" href="{{ "/tags/" | relLangURL }}{{ . | urlize }}/">
<a class="tag" href="{{ "tags/" | absLangURL }}{{ . | urlize }}/">
{{ . -}}
<span class="text-muted">{{ len (index $.Site.Taxonomies.tags .) }}</span>
</a>