commit 902d9154666953ff9ee630770a0ea5b9685db21d parent 2ad639dac5e5765324f84d8c9614fd2f8b79fb8f Author: Hugo Soucy <hsoucy@kronostechnologies.com> Date: Tue, 30 Oct 2018 09:30:30 -0400 Change a wrong property name Diffstat:
M | ferron/content.lua | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ferron/content.lua b/ferron/content.lua @@ -30,7 +30,7 @@ function content.getarchetypes(dir) end function content.setcontent(site) - local archetypes = content.getarchetypes(site.path .. site.siteconfig.paths.archetypes) + local archetypes = content.getarchetypes(site.path .. site.config.paths.archetypes) local whicharchetype = nil local whichtitle = nil