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:
parent
068ce7a41c
commit
db16b0d2a7
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
<div .author>^{hCard user}
|
||||
<aside .p-author>^{hCard user}
|
||||
^{hFeed entries}
|
||||
|
|
Loading…
Reference in a new issue