feat: Added sectionate content processor.

This commit is contained in:
Spencer Brower
2026-07-14 11:24:06 -04:00
parent d23eec448b
commit b90496b5a2
6 changed files with 76 additions and 17 deletions
+1
View File
@@ -19,6 +19,7 @@ Site :: struct {
layouts_dir: string,
author: string,
params: json.Value,
sectionate: bool,
drafts: bool `args:"name=drafts"`,
}