diff options
Diffstat (limited to 'layouts/blog.lua')
-rw-r--r-- | layouts/blog.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/layouts/blog.lua b/layouts/blog.lua deleted file mode 100644 index eaed8a2..0000000 --- a/layouts/blog.lua +++ /dev/null @@ -1,8 +0,0 @@ -local base = require('layouts.base') - -return function(html, page_tbl) - local html = string.format( - '<h1>%s</h1>\n\n%s', - page_tbl.title, html) - return base(html, page_tbl) -end |