From cbb27e8bc159fc7abc4bc23e58cdb704f1759b27 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 19 Sep 2014 14:59:53 +0200 Subject: rename _layout.template.html to _default.template.html --- _scripts/generate_page.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_scripts') diff --git a/_scripts/generate_page.lua b/_scripts/generate_page.lua index c5fbeef..c0dee25 100644 --- a/_scripts/generate_page.lua +++ b/_scripts/generate_page.lua @@ -26,7 +26,7 @@ function read_layout(file) -- path/file.template.html -- layout.template.html for _,t in pairs{file:gsub(".md$", ".template.html"), - "_layout.template.html"} do + "_default.template.html"} do local f = io.open(t) if f then local data = f:read("*a") -- cgit v1.2.3