commit 2009e062c67c9fbabb09a30bae32163c067fb9e9 parent 571d09ac00f4fd3ec59907a099222012c2bb8cb9 Author: Frederic Cambus <fred@statdns.com> Date: Sat, 5 Mar 2016 18:48:10 +0100 Removing unused variable Diffstat:
M | motyl.lua | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/motyl.lua b/motyl.lua @@ -66,7 +66,6 @@ end -- Loading configuration local data = {} data.site = loadJSON("config.json") -data.site.datetime = os.date("%c") data.site.year = os.date('%Y') -- Loading templates