|
|
@ -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>
|
|
|
|