Remove redundant author link from article summary

master
Kevin C. Coram 2019-12-30 19:11:21 -08:00
parent 410eab4297
commit 7ad436269b
Signed by: kevin
GPG Key ID: 0342351B3D61AD35
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<header>
<h2 class="p-name u-url"><a href='{{ .Permalink }}'>{{ .Title }}</a> </h2>
<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>
&ndash; {{ .FuzzyWordCount }} Words
</p>