all repos — h3rald @ 147dac50ec5ebd9d0c1834aa0b9694d89e4a2d2f

The source code of the h3rald.com web site.

Updates
h3rald h3rald@h3rald.com
Sun, 21 Jun 2026 12:18:41 +0200
commit

147dac50ec5ebd9d0c1834aa0b9694d89e4a2d2f

parent

0784cd819e79f77ff2c3c65bf34f61578a011385

1 files changed, 6 insertions(+), 1 deletions(-)

jump to
M rules.minrules.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