fixes category microformats2 class

This commit is contained in:
Marvin Steadfast 2020-03-11 18:37:37 +01:00
parent 824d3dd20c
commit 76b70d43b5

View File

@ -7,7 +7,7 @@
{{ if .GitInfo }}/// <a href="https://github.com/xsteadfastx/blog/commit/{{ .GitInfo.Hash }}">{{ .GitInfo.AbbreviatedHash }}</a>{{ end }}
{{ if .Params.tags }}///{{ end }}
{{ range .Params.tags }}
<a class="{{ . }}" href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a>
<a class="p-category" href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a>
{{ end }}
</small>
{{ end }}