Remove unnecessary author for single page template
parent
bec0829c63
commit
e3aefacd70
|
@ -5,8 +5,7 @@
|
|||
{{ define "content-header" }}
|
||||
<h1 class="p-name u-url"><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
|
||||
<p>
|
||||
Published by <a class="p-author h-card" href="{{ .Site.BaseURL }}">{{ .Site.Params.Card.Author }}</a> on
|
||||
<time class="dt-published" datetime="{{ .Date }}">{{ .Date.Format "January 2, 2006" }}</time>
|
||||
Published on <time class="dt-published" datetime="{{ .Date }}">{{ .Date.Format "January 2, 2006" }}</time>
|
||||
</p>
|
||||
{{ end }}
|
||||
{{ define "content" }}
|
||||
|
|
Loading…
Reference in New Issue