Skip to content

Commit

Permalink
Add rel=author to h-entry per #12
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Stavrow committed Aug 30, 2018
1 parent 8090656 commit fd88fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h1 class="post-title p-name">{{ .Title }}</h1>
<p class="post-date">Posted on
<time class="dt-published" datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}">
{{ .PublishDate.Format "2 January, 2006 at 15:04 MST" }}
</time> by <a href="{{ .Site.Home }}" class="p-author">{{ .Site.Params.AuthorName }}</a>
</time> by <a href="{{ .Site.Home }}" rel="author">{{ .Site.Params.AuthorName }}</a>
</p>
{{ end }}
</header>
Expand Down

0 comments on commit fd88fd1

Please sign in to comment.