Update layouts/partials/postInfo.html

Co-authored-by: Dmitry Kolosov <Mitrichius@users.noreply.github.com>
This commit is contained in:
Thorsten 2020-07-30 21:37:16 +02:00 committed by GitHub
parent c76b46c62a
commit b1de9f056e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
{{ if .Params.categories }}
<ul class="post-categories">
{{ range .Params.categories }}
<li><a href="{{ "categories/" | absLangURL }}{{ . | urlize }}">{{ . }}</a></li>
<li><a href="{{ "categories/" | urlize | absLangURL }}">{{ . }}</a></li>
{{ end }}
</ul>
{{ end }}