all repos — h3rald @ 950d6c3ad954d00ec642330276b2aec912aea002

The source code of the h3rald.com web site.

fixes
h3rald h3rald@h3rald.com
Sun, 21 Jun 2026 12:24:47 +0200
commit

950d6c3ad954d00ec642330276b2aec912aea002

parent

2a80376b78966c4e79437a9979c2707dea455e92

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

jump to
M rules.minrules.min

@@ -423,12 +423,6 @@ :content

(((content 'draft dict.has? not) (content 'content-type dict.has?)) &&) ( content.id :id - (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