Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <angelo@fogcreek.com>2018-08-30 23:33:41 +0300
committerAngelo Stavrow <angelo@fogcreek.com>2018-08-30 23:33:41 +0300
commitfd88fd1f79de62c05cf7bc92547ded64372c693a (patch)
tree1791be24892093ec394e5e84401ee269706f6ae4 /layouts
parent809065684657432803aec05471faa8717f45e65e (diff)
Add rel=author to h-entry per #12
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 33c1d22..e085544 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -8,7 +8,7 @@
<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>