🐛 Fixed the tags link 404 in post footer.
This commit is contained in:
parent
f92118257a
commit
ebd38a18ae
@ -1,7 +1,7 @@
|
||||
{{ with .Params.tags }}
|
||||
<div class="post-tags">
|
||||
{{ range . }}
|
||||
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize | lower }}">
|
||||
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}/">
|
||||
{{ . }}
|
||||
</a>
|
||||
{{ end }}
|
||||
|
Loading…
Reference in New Issue
Block a user