mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 14:00:39 -07:00
fix include scope.blocks bleeding
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ var engine = Liquid({
|
||||
});
|
||||
|
||||
app.engine('liquid', engine.express()); // register liquid engine
|
||||
app.set('views', __dirname); // specify the views directory
|
||||
app.set('views', ['./partials', './views']); // specify the views directory
|
||||
app.set('view engine', 'liquid'); // set to default
|
||||
|
||||
app.get('/', function (req, res) {
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"description": "Express Demo Using Shopify-Liquid",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "harttle",
|
||||
|
||||
Reference in New Issue
Block a user