Updates
h3rald h3rald@h3rald.com
Sun, 21 Jun 2026 12:18:41 +0200
1 files changed,
6 insertions(+),
1 deletions(-)
jump to
M
rules.min
→
rules.min
@@ -423,7 +423,12 @@ :content
(((content 'draft dict.has? not) (content 'content-type dict.has?)) &&) ( content.id :id - content.summary puts! + (content 'summary dict.has?) + ( + content.code puts! + content.summary puts! + ) + when (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