|
|
@ -43,7 +43,7 @@ addEventListener("resize", paigeResize);
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
{{ partial "paige/script.html" (dict "src" "paige/bootstrap/bootstrap.bundle.js") }}
|
|
|
|
{{ partial "paige/script.html" (dict "src" "paige/bootstrap/bootstrap.bundle.js") }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ if or ($page.Param "paige.math") (and ($page.Param "paige.list.content.show") (where $page.Pages "Params.paige.math" "eq" true)) }}
|
|
|
|
{{ if or ($page.Param "paige.math") (and ($page.Param "paige.section_pages.full_pages") (where $page.Pages "Params.paige.math" "eq" true)) }}
|
|
|
|
{{ partial "paige/script.html" (dict "src" "paige/katex/katex.js") }}
|
|
|
|
{{ partial "paige/script.html" (dict "src" "paige/katex/katex.js") }}
|
|
|
|
{{ partial "paige/script.html" (dict "onload" "renderMathInElement(document.body);" "src" "paige/katex/auto-render.js") }}
|
|
|
|
{{ partial "paige/script.html" (dict "onload" "renderMathInElement(document.body);" "src" "paige/katex/auto-render.js") }}
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|