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 .) }}