add some missing render locals forcustompages task in gulp

merge-requests/218/head
Thomas Lynch 3 years ago
parent 035d945b98
commit 154fd466d2
  1. 2
      gulpfile.js

@ -266,7 +266,9 @@ async function custompages() {
googleRecaptchaSiteKey: google.siteKey,
hcaptchaSitekey: hcaptcha.siteKey,
captchaGridSize: config.get.captchaOptions.grid.size,
globalAnnouncement: config.get.globalAnnouncement,
commit,
version,
}
}))
.pipe(gulp.dest(paths.pug.dest));

Loading…
Cancel
Save