Merge pull request #93 from tinect/patch-1
fix: put quotes around BaseUrl for author
This commit is contained in:
commit
11c874e3b0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
{{ end }}
|
||||
|
||||
<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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue