summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 160d3e1..a76cafa 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -118,7 +118,7 @@
118 } 118 }
119 119
120 function performTemplateChange(content) { 120 function performTemplateChange(content) {
121 var file = dir.src + '/templates/post.hbs'; 121 var file = dir.src + '/layout/post.hbs';
122 var stat = fs.statSync(file); 122 var stat = fs.statSync(file);
123 return fs.readFileSync(file, {'encoding': 'utf-8'}); 123 return fs.readFileSync(file, {'encoding': 'utf-8'});
124 } 124 }