fix: put quotes around BaseUrl for author
This commit is contained in:
parent
6b9c2ef4eb
commit
60cd0bf6c6
1 changed files with 1 additions and 1 deletions
|
@ -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 h-card" 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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue