diff options
author | Alan Pearce | 2014-09-06 20:29:22 +0100 |
---|---|---|
committer | Alan Pearce | 2014-09-06 20:29:22 +0100 |
commit | 02f9a653b4259e6cee8b1137318d283a313894c3 (patch) | |
tree | 7c51dcc1ead08992587573201c0c359978b63c2d /layouts/partials/sidebar.html | |
parent | c20f1756a3111190dea6b0b5a972ff2f886198d0 (diff) | |
download | hyde-02f9a653b4259e6cee8b1137318d283a313894c3.tar.lz hyde-02f9a653b4259e6cee8b1137318d283a313894c3.tar.zst hyde-02f9a653b4259e6cee8b1137318d283a313894c3.zip |
Add post-author property to h-card
Diffstat (limited to 'layouts/partials/sidebar.html')
-rw-r--r-- | layouts/partials/sidebar.html | 2 |
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 }} |