Properly set p-name on h-feeds, rather than trying to infer it and getting awful names

This commit is contained in:
Danielle McLean 2017-10-16 22:40:35 +11:00
parent 46c393552a
commit db32b02811
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
7 changed files with 25 additions and 16 deletions

View file

@ -2,7 +2,7 @@ body > main
display: flex
flex-direction: column
align-items: center
> ol.h-feed
> div.h-feed
flex: 1
margin-bottom: 0
> aside.author
@ -16,7 +16,7 @@ body > main
body > main
flex-direction: row-reverse
align-items: unset
> ol.h-feed
> div.h-feed
margin-right: 2em
> aside.author
margin-bottom: 0