Add h-entry tags to blog and notes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Yarmo Mackenbach 2020-06-13 22:44:17 +02:00
parent ebaaaa1963
commit 5613234328
3 changed files with 15 additions and 13 deletions

View File

@ -1,11 +1,12 @@
extends layout extends layout
mixin entry($item) mixin entry($item)
.longform_list__item article.longform_list__item
p p
a(href="{$item['urlrel']}") !{$item['title']} a(href="{$item['urlrel']}").p-name !{$item['title']}
br br
| !{$item['date_formatted']} | On
time(datetime="{$item['date']}").dt-published !{$item['date_formatted']}
block content block content
header.h-card header.h-card

View File

@ -1,11 +1,12 @@
extends layout extends layout
mixin entry($item) mixin entry($item)
.longform_list__item article.longform_list__item
p p
| !{$item['date_formatted']} a(href="{$item['urlrel']}").p-name !{$item['title']}
br br
a(href="{$item['urlrel']}") !{$item['title']} | On
time(datetime="{$item['date']}").dt-published !{$item['date_formatted']}
block content block content
header header

View File

@ -1,7 +1,7 @@
extends layout extends layout
mixin entry($item) mixin entry($item)
.longform_list__item article.longform_list__item
p p
a(href="{$item['urlrel']}") !{$item['title']} a(href="{$item['urlrel']}") !{$item['title']}
br br