Add Katex files

This commit is contained in:
Will Faught
2023-02-14 15:08:16 -08:00
parent 80a36af3ee
commit 48cde6fd36
67 changed files with 10 additions and 29 deletions

View File

@@ -25,11 +25,7 @@
) }}
{{ if or ($page.Param "paige.math") (and ($page.Param "paige.list.content.show") (where $page.Pages "Params.paige.math" "eq" true)) }}
{{ partial "paige/link.html" (dict
"href" ($page.Param "paige.katex.style.link_href" | default "https://cdn.jsdelivr.net/npm/katex@0.16.3/dist/katex.min.css")
"integrity" ($page.Param "paige.katex.style.link_integrity" | default "sha384-Juol1FqnotbkyZUT5Z7gUPjQ9gzlwCENvUZTpQBAPxtusdwFLRy382PSDx5UUJ4/")
"raw" true
) }}
{{ partial "paige/link.html" (dict "href" "paige/katex/katex.min.css") }}
{{ end }}
{{ if .AlternativeOutputFormats }}