Add noscript tag for paigeResize script
This commit is contained in:
@@ -4,6 +4,9 @@ paige_analytics_noscript:
|
|||||||
paige_comments_noscript:
|
paige_comments_noscript:
|
||||||
other: JavaScript is required for comments.
|
other: JavaScript is required for comments.
|
||||||
|
|
||||||
|
paige_noscript:
|
||||||
|
other: JavaScript is required.
|
||||||
|
|
||||||
paige_search_button:
|
paige_search_button:
|
||||||
other: Search
|
other: Search
|
||||||
|
|
||||||
|
@@ -17,6 +17,7 @@ function paigeResize() {
|
|||||||
paigeResize();
|
paigeResize();
|
||||||
addEventListener("resize", paigeResize);
|
addEventListener("resize", paigeResize);
|
||||||
</script>
|
</script>
|
||||||
|
<noscript>{{ i18n "paige_noscript" }}</noscript>
|
||||||
{{ with .Site.Params.paige.bootstrap.scripts_path }}
|
{{ with .Site.Params.paige.bootstrap.scripts_path }}
|
||||||
{{ with resources.Get (relLangURL .) }}
|
{{ with resources.Get (relLangURL .) }}
|
||||||
<script defer src="{{ (. | minify | fingerprint).RelPermalink }}"></script>
|
<script defer src="{{ (. | minify | fingerprint).RelPermalink }}"></script>
|
||||||
|
Reference in New Issue
Block a user