fixes category microformats2 class
This commit is contained in:
parent
824d3dd20c
commit
76b70d43b5
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user