diff options
-rw-r--r-- | gulpfile.js | 2 | ||||
-rw-r--r-- | src/layout/post.hbs (renamed from src/templates/post.hbs) | 0 |
2 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 | } |
diff --git a/src/templates/post.hbs b/src/layout/post.hbs index 169bd9e..169bd9e 100644 --- a/src/templates/post.hbs +++ b/src/layout/post.hbs | |||