Update layouts/partials/postInfo.html
Co-authored-by: Dmitry Kolosov <Mitrichius@users.noreply.github.com>
This commit is contained in:
parent
c76b46c62a
commit
b1de9f056e
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue