commit 3f99261016dd56b87acd1035f8ef23c3f01c23c8
parent 90b0b460fd8a060760e7ec0ba953cd3d927e0e04
Author: Konstantin Tarkus <hello@tarkus.me>
Date: Tue, 16 Dec 2014 11:01:18 +0300
Rename pages/_template.html to pages/index.html
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/gulpfile.js b/gulpfile.js
@@ -123,7 +123,7 @@ gulp.task('pages', function() {
});
var render = $.render({
- template: './src/components/pages/_template.html',
+ template: './src/components/pages/index.html',
data: function() { return currentPage; }
})
.on('error', function(err) { console.log(err); render.end(); });
diff --git a/src/components/pages/_template.html b/src/components/pages/index.html