Skip to content

Commit

Permalink
Fix tags url
Browse files Browse the repository at this point in the history
  • Loading branch information
Djordje Atlialp committed Jul 2, 2020
1 parent 591d4cd commit d18afdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/posts/single.html
Expand Up @@ -51,7 +51,7 @@ <h1 class="post-title">
</svg>

{{- range . -}}
<span class="tag"><a href="{{ "tags/" | absLangURL }}{{ . | urlize }}">{{.}}</a></span>
<span class="tag"><a href="{{ "tags/" | absLangURL }}{{ . | urlize }}/">{{.}}</a></span>
{{- end }}
</p>
{{- end }}
Expand Down

0 comments on commit d18afdb

Please sign in to comment.