commit df6b3af9ce8874cfaa74488798eb1bf8fe354d4e
parent 010cb5f9e42f9e6c2a3ef8ea7ba727dd08e216da
Author: Hugo Soucy <hugo@soucy.cc>
Date: Tue, 23 Nov 2021 22:07:17 -0500
Comment the template tests
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/satelito/page.lua b/satelito/page.lua
@@ -13,7 +13,6 @@ local template = require 'satelito.template'
-- @return a string that is a filepath
function page.make(filemeta, templates)
- -- Compile different parts of the page
local head = etlua.compile(file.read(template.find(templates, filemeta.head)))
local navigation = etlua.compile(file.read(template.find(templates, filemeta.navigation)))
local post = etlua.compile(file.read(template.find(templates, filemeta.template)))