Use the footer to hold my h-card
This commit is contained in:
parent
44f6218b27
commit
e0acdb8a26
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
<p>
|
||||
© {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author.name }}</a> · {{ .Site.Params.footerCopyright | safeHTML }}
|
||||
© {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}" class="h-card" rel="me">{{ .Site.Params.author.name }}</a> · {{ .Site.Params.footerCopyright | safeHTML }}
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue