fix hcard in postInfo

This commit is contained in:
Nils Kempen 2021-02-24 15:24:51 +01:00
parent 89ce9761a4
commit 1d9a8846ec

View File

@ -9,7 +9,7 @@
{{ end }} {{ end }}
<a class="post-hidden-url u-url" href="{{ .Permalink }}">{{ .Permalink }}</a> <a class="post-hidden-url u-url" href="{{ .Permalink }}">{{ .Permalink }}</a>
<a href={{ .Site.BaseURL }} class="p-name p-author post-hidden-author" rel="me">{{ .Params.author | default .Site.Params.author }}</a> <a href={{ .Site.BaseURL }} class="p-name p-author post-hidden-author h-card" rel="me">{{ .Params.author | default .Site.Params.author }}</a>
<div class="post-taxonomies"> <div class="post-taxonomies">