fixed package so it contains templates, updated config for more control
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user