yarmo.eu/views/notes.pug
2020-09-25 00:51:24 +02:00

34 lines
805 B
Plaintext

extends templates/main
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
nav
| >>
a(href="/notes") notes
nav
| Go to:
a(href="/about") about me
| |
a(href="/") blog
| |
a(href="/feeds") feeds
| |
a(href="/contact") contact
main
.longform_list
each item in notes
+entry(item)