Files
www-ssg/src/_includes/feed_post.pug

14 lines
340 B
Plaintext
Raw Normal View History

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()}