Minor microformats2 fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Yarmo Mackenbach 2020-06-13 23:11:30 +02:00
parent 4a5621b81c
commit 47392f1ed7

View File

@ -9,7 +9,8 @@ mixin entry($item)
time(datetime="{$item['date']}").dt-published !{$item['date_formatted']}
block content
header.h-card
.h-card
header
.header-image
img(src="/static/img/profile.png", alt="Yarmo's profile picture").profile-picture.u-photo
@ -41,6 +42,6 @@ block content
| Go to:
a(href="/about") about me
.longform_list
.longform_list.h-feed
each $item in $posts
+entry($item)