From 154fd466d2de5db12cfdbb5bd5c9b574d8440faf Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Tue, 23 Feb 2021 23:48:14 +0000 Subject: [PATCH] add some missing render locals forcustompages task in gulp --- gulpfile.js | 2 ++ 1 file changed, 2 insertions(+) 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));