Browse Source

fixing h-entry

master
jk 4 years ago
parent
commit
59d6c368ee
  1. 2
      themes/anatole/layouts/partials/taxonomy/categories.html

2
themes/anatole/layouts/partials/taxonomy/categories.html

@ -1,6 +1,6 @@
<span class="separator">
{{- range $index, $el := . -}}
<a class="category" href="{{ ( printf "categories/%s/" ( . | urlize ) ) | relLangURL }}">{{ . }}</a>
<a class="category p-category" href="{{ ( printf "categories/%s/" ( . | urlize ) ) | relLangURL }}">{{ . }}</a>
{{- end -}}
</span>