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

42 lines
1.1 KiB
Plaintext

extends templates/main
mixin entry(item)
article.longform_list__item.h-entry
p
a(href=item['urlrel']).p-name.u-url !{item['title']}
br
| Posted on
time(datetime=item['date']).dt-published !{item['date_formatted']}
block content
.h-card
header
//nav
a(href="/about") about me
| > blog
h1
| Yarmo's blog
nav
| >>
a(href="/") blog
nav
| Go to:
a(href="/about") about me
| |
a(href="/notes") notes
| |
a(href="/blogroll") blogroll
| |
a(href="/feeds") feeds
| |
a(href="/contact") contact
main
div(style="display:none")
include id
.longform_list.h-feed
each item in blogPosts
+entry(item)