Work on implementing "Notes" aka the feed

This commit is contained in:
2026-02-22 23:33:08 -06:00
parent 597976b1b8
commit 54222db887
6 changed files with 244 additions and 149 deletions

View File

@@ -0,0 +1,17 @@
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
a.permalink(href=`/feed/#${slug}`) permalink (v1)
span.sep |
a.permalink(href=url) permalink (v2)
span.sep |
span.date #{date.toLocaleDateString()}