all repos — h3rald @ b701d988611f5c704ec55122b2e6412ce7cc95b3

The source code of the h3rald.com web site.

Updates
h3rald h3rald@h3rald.com
Sun, 21 Jun 2026 12:16:40 +0200
commit

b701d988611f5c704ec55122b2e6412ce7cc95b3

parent

230790d19fe8bd3152fcaa63ee18c1246c30c2e9

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

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