summaryrefslogtreecommitdiffstats
path: root/lib/generate/site/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/generate/site/index.js')
-rw-r--r--lib/generate/site/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/generate/site/index.js b/lib/generate/site/index.js
index 4179917..6d86c7c 100644
--- a/lib/generate/site/index.js
+++ b/lib/generate/site/index.js
@@ -128,7 +128,7 @@ Generator.prototype.prepareFile = function(content, _input) {
// Output directory
outdir: path.dirname(_input) || '/',
// Templating variables
- variables: that.variables,
+ variables: that.options.variables,
});
})
.then(function(sections) {