summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-08-01 11:51:39 +1000
committerMonty Taylor <mordred@inaugust.com>2015-08-01 11:51:39 +1000
commit506f9db1c9d54a1af4d75ee0ee36e79ccaeacef6 (patch)
tree86eb4618c0669954907e0823eb97c349e74a9e55 /gulpfile.js
parent8ee6363ab98d600faca6b2b35e921c6a9e907add (diff)
Rename template to layout
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 }