diff --git a/gulpfile.js b/gulpfile.js index 06397a61..22d3f5c8 100644 --- a/gulpfile.js +++ b/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));