Fix missing slash in tags URL

This commit is contained in:
Michael Romero 2018-01-08 20:24:00 -08:00
commit 46ffcfbce1
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@
{{ if .Params.tags }}
<span class="post-meta">
{{ range .Params.tags }}
#<a href="{{ $.Site.LanguagePrefix | absURL }}tags/{{ . | urlize }}/">{{ . }}</a>&nbsp;
#<a href="{{ $.Site.LanguagePrefix | absURL }}/tags/{{ . | urlize }}/">{{ . }}</a>&nbsp;
{{ end }}
</span>
{{ end }}