yarmo.eu/views/index.pug
Yarmo Mackenbach 1870528321
All checks were successful
continuous-integration/drone/push Build is passing
Update index layout
2020-07-13 18:50:58 +02:00

37 lines
948 B
Plaintext

extends layout
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
| Go to:
a(href="/feeds") feeds
| |
a(href="/blogroll") blogroll
| |
a(href="/notes") notes
| |
a(href="/contact") contact
main
div(style="display:none")
include id
.longform_list.h-feed
each $item in $posts
+entry($item)