Remove full pages

This commit is contained in:
Will Faught
2023-03-19 18:18:38 -07:00
parent e24aa20c04
commit d20243aab7
8 changed files with 42 additions and 102 deletions

View File

@@ -16,7 +16,7 @@
{{ partial "paige/link.html" (dict "href" "_paige/bootstrap/paige.scss" "page" $page "sass" true) }}
{{ partial "paige/link.html" (dict "href" "_paige/bootstrap-icons/bootstrap-icons.css") }}
{{ if or ($page.Param "paige.math") (and ($page.Param "paige.section_pages.full_pages") (where $page.Pages "Params.paige.math" "eq" true)) }}
{{ if $page.Param "paige.math" }}
{{ partial "paige/link.html" (dict "href" "_paige/katex/katex.min.css") }}
{{ end }}