summaryrefslogtreecommitdiffstats
path: root/lib/generate/site/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/generate/site/index.js')
-rw-r--r--lib/generate/site/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/generate/site/index.js b/lib/generate/site/index.js
index 13c7438..3110d4f 100644
--- a/lib/generate/site/index.js
+++ b/lib/generate/site/index.js
@@ -27,7 +27,7 @@ var Generator = function() {
});
// Load base template
- this.template = swig.compileFile(path.resolve(this.options.theme, 'templates/page.html'));
+ this.template = swig.compileFile(path.resolve(this.options.theme, 'templates/site.html'));
};
util.inherits(Generator, BaseGenerator);