diff options
Diffstat (limited to 'app/node_modules/oktemplate/index.js')
| -rw-r--r-- | app/node_modules/oktemplate/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/node_modules/oktemplate/index.js b/app/node_modules/oktemplate/index.js index 8a725de..502d2cf 100644 --- a/app/node_modules/oktemplate/index.js +++ b/app/node_modules/oktemplate/index.js @@ -9,7 +9,7 @@ var liquid = new LiquidEngine(); */ function OKTemplateRepo(options) { options = options || {}; - this._root = options.root || 'www'; + this._root = options.root || 'templates'; this._ext = options.ext || '.mustache'; this._cache = {}; this._populateCache(this._cache); |
