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:43:07 +0300
committerAngelo Stavrow <angelo@fogcreek.com>2018-08-30 23:43:07 +0300
commitca2907515cdcd26466d78938c1d278d6abd552aa (patch)
tree8621e905b68b1d2f4a36026a4f3b2b716ebf069d /layouts
parent7a643dfd3d66b6b4907253d48dd9a5272003192e (diff)
Add h-card class to h-entry
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 eb22836..360eb70 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.BaseURL }}" class="p-author" rel="author">{{ .Site.Params.AuthorName }}</a>
+ </time> by <a href="{{ .Site.BaseURL }}" class="p-author h-card" rel="author">{{ .Site.Params.AuthorName }}</a>
</p>
{{ end }}
</header>