about summary refs log tree commit diff stats
path: root/layouts
diff options
context:
space:
mode:
authorAlan Pearce2014-09-06 20:29:22 +0100
committerAlan Pearce2014-09-06 20:29:22 +0100
commit02f9a653b4259e6cee8b1137318d283a313894c3 (patch)
tree7c51dcc1ead08992587573201c0c359978b63c2d /layouts
parentc20f1756a3111190dea6b0b5a972ff2f886198d0 (diff)
downloadhyde-02f9a653b4259e6cee8b1137318d283a313894c3.tar.lz
hyde-02f9a653b4259e6cee8b1137318d283a313894c3.tar.zst
hyde-02f9a653b4259e6cee8b1137318d283a313894c3.zip
Add post-author property to h-card
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 1570254..072aeb1 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -1,5 +1,5 @@
 		<aside class="sidebar container">
-			<header class="sidebar-about h-card vcard" itemprop="author" itemscope itemtype="http://schema.org/Person">
+			<header class="sidebar-about h-card vcard p-author" itemprop="author" itemscope itemtype="http://schema.org/Person">
 				{{ if eq .Title .Site.Title }}
 				<h1 class="site-title u-name fn" itemprop="name">{{ .Site.Title }}</h1>
 				{{ else }}