14 lines
340 B
Plaintext
14 lines
340 B
Plaintext
|
|
extends ./obsidian
|
||
|
|
|
||
|
|
block content
|
||
|
|
.feed
|
||
|
|
.post(id=slug)
|
||
|
|
if feedtags
|
||
|
|
.tags
|
||
|
|
each tag in feedtags
|
||
|
|
a.tag(href="#") #{tag}
|
||
|
|
h2 #{title}
|
||
|
|
.content-wrapper !{content}
|
||
|
|
.footer
|
||
|
|
span.date #{date.toLocaleDateString()}
|