From 568e2837feab1ea11175457c0893a9bb48b383d7 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 30 Dec 2022 23:24:27 -0800 Subject: [PATCH] Add noscript tag for paigeResize script --- i18n/en.yaml | 3 +++ layouts/partials/paige/script.html | 1 + 2 files changed, 4 insertions(+) diff --git a/i18n/en.yaml b/i18n/en.yaml index dc9c2caf..550cf8c5 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -4,6 +4,9 @@ paige_analytics_noscript: paige_comments_noscript: other: JavaScript is required for comments. +paige_noscript: + other: JavaScript is required. + paige_search_button: other: Search diff --git a/layouts/partials/paige/script.html b/layouts/partials/paige/script.html index b0ecd741..d64cd142 100644 --- a/layouts/partials/paige/script.html +++ b/layouts/partials/paige/script.html @@ -17,6 +17,7 @@ function paigeResize() { paigeResize(); addEventListener("resize", paigeResize); + {{ with .Site.Params.paige.bootstrap.scripts_path }} {{ with resources.Get (relLangURL .) }}