Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Zoller <chipzoller@gmail.com>2022-06-06 14:38:38 +0300
committerGitHub <noreply@github.com>2022-06-06 14:38:38 +0300
commit6030af2ab588be3ad534dc9d877d9d30480806e5 (patch)
tree576e623a7893f8725dc5044898079786fbbf7b91
parente68a523254487da99652f94f99e23eb781f95330 (diff)
parent3c4261a89416b843a3f88406c760498748938d49 (diff)
Merge pull request #317 from ShoGinn/post_meta_fix_301
fix: add post_meta 301 fix
-rw-r--r--layouts/partials/post-meta.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post-meta.html b/layouts/partials/post-meta.html
index 2e9f49f..e46eb0e 100644
--- a/layouts/partials/post-meta.html
+++ b/layouts/partials/post-meta.html
@@ -23,7 +23,7 @@
{{- if ($scratch.Get "writeSeparator") }}&nbsp;ยท {{ end }}
{{- range . }}
{{- $tag := urlize . -}}
- <a href='{{ absLangURL (printf "tags/%s" $tag) }}' title="{{ . }}" class="post_tag button button_translucent">
+ <a href='{{ absLangURL (printf "tags/%s/" $tag) }}' title="{{ . }}" class="post_tag button button_translucent">
{{- . }}
</a>
{{- end }}