22 lines
511 B
Plaintext
22 lines
511 B
Plaintext
extends layout
|
|
|
|
mixin entry($item)
|
|
article.longform_list__item.h-entry
|
|
p
|
|
a(href="{$item['urlrel']}").p-nameu-url !{$item['title']}
|
|
br
|
|
| Posted on
|
|
time(datetime="{$item['date']}").dt-published !{$item['date_formatted']}
|
|
|
|
block content
|
|
header
|
|
nav
|
|
a(href="/about") about me
|
|
| > notes
|
|
h1 Yarmo's notes
|
|
|
|
main
|
|
.longform_list
|
|
each $item in $posts
|
|
+entry($item)
|