Change file prefix to _paige

This commit is contained in:
Will Faught
2023-03-13 23:54:36 -07:00
parent 21b750828d
commit 1fe69a8812
5 changed files with 17 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ function paigeResize() {
paigeResize();
addEventListener("resize", paigeResize);
</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.section_pages.full_pages") (where $page.Pages "Params.paige.math" "eq" true)) }}
{{ partial "paige/script.html" (dict "src" "paige/katex/katex.js") }}