Fix tags url
Fix https://github.com/rhazdon/hugo-theme-hello-friend-ng/issues/174
This commit is contained in:
parent
591d4cda93
commit
d18afdba84
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
</svg>
|
</svg>
|
||||||
|
|
||||||
{{- range . -}}
|
{{- range . -}}
|
||||||
<span class="tag"><a href="{{ "tags/" | absLangURL }}{{ . | urlize }}">{{.}}</a></span>
|
<span class="tag"><a href="{{ "tags/" | absLangURL }}{{ . | urlize }}/">{{.}}</a></span>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</p>
|
</p>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue