25 lines
506 B
Plaintext
25 lines
506 B
Plaintext
extends layout
|
|
|
|
mixin entry($item)
|
|
.longform_list__item
|
|
p
|
|
| !{$item['date_formatted']} >>
|
|
a(href="{$item['urlrel']}") !{$item['title']}
|
|
|
|
block content
|
|
p
|
|
| Back to:
|
|
a(href="/") yarmo.eu
|
|
h1 Yarmo's blog
|
|
p
|
|
| RSS feeds:
|
|
a(href="/rss/all") blog and notes
|
|
| |
|
|
a(href="/rss/blog") blog
|
|
| |
|
|
a(href="/rss/notes") notes
|
|
|
|
.longform_list
|
|
each $item in $posts
|
|
+entry($item)
|