fixed package so it contains templates, updated config for more control

This commit is contained in:
2026-06-08 19:29:03 -07:00
parent 4d0fb606af
commit 0c90ab885e
36 changed files with 267 additions and 635 deletions
+2
View File
@@ -18,6 +18,8 @@ function loader:new(path_or_file)
else
local category = yaml.parse(link)
c.index.categories[i].questions = category.questions
c.index.categories[i].global = category.global or {}
c.index.categories[i].cosmetics = category.cosmetics or {}
end
end
return c