diff options
author | bie <bie@blekksprut.net> | 2017-08-04 06:53:57 +0000 |
---|---|---|
committer | bie <bie@blekksprut.net> | 2017-08-04 06:53:57 +0000 |
commit | 4cedd9376afe4627899a5e9e56adc104892a47a8 (patch) | |
tree | ba7ac06d5c9eba692fc814ab1e06a91106be6987 | |
parent | 5d2f6c6b3a02b25d1ec81fc6fcfe23fa3236fc02 (diff) | |
parent | bcc916147c695604c1b00ad73210321ce6843b87 (diff) | |
download | maker-4cedd9376afe4627899a5e9e56adc104892a47a8.tar.xz |
fuuu
-rwxr-xr-x | maker | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 @@ -115,4 +114,3 @@ for raw in io.popen(archive:format(config.src, config.src)):read("*a"):gmatch("[ end end - |