Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit a648ae5

Browse files
committed
fix homepage pattern and its pseudo-pattern not rendering
1 parent 861a146 commit a648ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/object_factory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
// console.log('this does ' + (this.template ? '' : 'NOT ') + 'have template');
5757
// console.log('this does ' + (this.extendedTemplate ? '' : 'NOT ') + 'have extendedTemplate');
5858

59-
return this.engine.renderPattern(this.template, data, partials);
59+
return this.engine.renderPattern(this.extendedTemplate, data, partials);
6060
};
6161

6262
var oBucket = function(name){

0 commit comments

Comments
 (0)