From 8938c907f5e15a1670e369a6f4315bda9a9b79d0 Mon Sep 17 00:00:00 2001 From: Benjamin Kiessling Date: Fri, 27 Jan 2012 03:31:16 +0100 Subject: Make template engine configurable --- config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'config.js') diff --git a/config.js b/config.js index d0ea917..38c3cc6 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,7 @@ exports.modelBackend = 'fs'; exports.Config = { rootDir: 'slideshows' , + templateEngine: 'swig', listTemplate: 'index.html', templateFile: 'template.html', descriptionFile: 'desc.js', -- cgit v1.2.1