Remove redundant author link from article summary
parent
410eab4297
commit
7ad436269b
|
@ -2,7 +2,7 @@
|
||||||
<header>
|
<header>
|
||||||
<h2 class="p-name u-url"><a href='{{ .Permalink }}'>{{ .Title }}</a> </h2>
|
<h2 class="p-name u-url"><a href='{{ .Permalink }}'>{{ .Title }}</a> </h2>
|
||||||
<p>
|
<p>
|
||||||
Published by <a class="p-author h-card" href="{{ .Site.BaseURL }}">{{ .Site.Params.Card.Author }}</a> on
|
Published on
|
||||||
<time class="dt-published" datetime="{{ .Date }}">{{ .Date.Format "January 2, 2006" }}</time>
|
<time class="dt-published" datetime="{{ .Date }}">{{ .Date.Format "January 2, 2006" }}</time>
|
||||||
– {{ .FuzzyWordCount }} Words
|
– {{ .FuzzyWordCount }} Words
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue