Use <aside> for the big h-card on the homepage rather than <div>, and mark it up as a p-author

This commit is contained in:
Danielle McLean 2017-10-15 03:13:12 +11:00
parent 068ce7a41c
commit db16b0d2a7
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ body > main
> ol.h-feed
flex: 1
margin-bottom: 0
> .author
> aside.p-author
height: 100%
max-width: 25rem
margin-bottom: 2em

View file

@ -1,2 +1,2 @@
<div .author>^{hCard user}
<aside .p-author>^{hCard user}
^{hFeed entries}