Minor microformats2 fix
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4a5621b81c
commit
47392f1ed7
@ -9,7 +9,8 @@ mixin entry($item)
|
|||||||
time(datetime="{$item['date']}").dt-published !{$item['date_formatted']}
|
time(datetime="{$item['date']}").dt-published !{$item['date_formatted']}
|
||||||
|
|
||||||
block content
|
block content
|
||||||
header.h-card
|
.h-card
|
||||||
|
header
|
||||||
.header-image
|
.header-image
|
||||||
img(src="/static/img/profile.png", alt="Yarmo's profile picture").profile-picture.u-photo
|
img(src="/static/img/profile.png", alt="Yarmo's profile picture").profile-picture.u-photo
|
||||||
|
|
||||||
@ -41,6 +42,6 @@ block content
|
|||||||
| Go to:
|
| Go to:
|
||||||
a(href="/about") about me
|
a(href="/about") about me
|
||||||
|
|
||||||
.longform_list
|
.longform_list.h-feed
|
||||||
each $item in $posts
|
each $item in $posts
|
||||||
+entry($item)
|
+entry($item)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user