Updates
h3rald h3rald@h3rald.com
Sun, 21 Jun 2026 12:16:40 +0200
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
rules.min
→
rules.min
@@ -9,7 +9,7 @@ {} :DAYS
;"contents/articles" sys.ls size :articles-count 0 :articles-count -16 :projects-count +17 :projects-count "contents/grimoire" sys.ls size :grimoire-count 0 :days-count@@ -423,6 +423,7 @@ :content
(((content 'draft dict.has? not) (content 'content-type dict.has?)) &&) ( content.id :id + content.summary puts! (content.content-type "project" ==) (content PROJECTS append @PROJECTS) when (content.content-type "spell" ==) (content SPELLS append @SPELLS) when (content.content-type "article" ==) (articles-count 1 + @articles-count) when