Files
www-ssg/src/_includes/feed_post.pug
2026-02-28 12:13:24 -06:00

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