Files
paige-hugo/layouts/partials/paige/scripts.html
Will Faught 6043a5a3bc Add JSON-LD
2025-01-21 22:36:21 -08:00

14 lines
552 B
HTML

{{ $page := . }}
{{ partial "paige/tag-script.html" (dict "page" $page "src" "js/paige/bootstrap/bootstrap.bundle.js") }}
{{ if $page.Param "paige.math" }}
{{ partial "paige/tag-script.html" (dict "page" $page "src" "js/paige/katex/katex.min.js") }}
{{ partial "paige/tag-script.html" (dict "onload" "renderMathInElement(document.body);" "page" $page "src" "js/paige/katex/auto-render.min.js") }}
{{ end }}
{{ partial "paige/analytics.html" $page }}
{{ partial "paige/schemas.html" $page }}
<noscript>{{ i18n "paige_noscript" }}</noscript>