summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmaker2
1 files changed, 1 insertions, 1 deletions
diff --git a/maker b/maker
index c0ae292..c6ae2fa 100755
--- a/maker
+++ b/maker
@@ -68,7 +68,6 @@ for n=1,8 do
table.insert(page.articles, data)
end
end
-build(path, "index", page)
for i, page in ipairs(config.static) do
local path = config.www .. "/" .. page.path
@@ -82,3 +81,4 @@ for i, page in ipairs(config.static) do
build(path, page.template, data)
end
+build(path, "index", page)