yarmo.eu/views/notes.pug
Yarmo Mackenbach 970c92c8b8 Add feeds page
2020-06-20 19:46:57 +02:00

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)