{{/* Inject KaTeX globally when math is enabled at site or page level */}}
{{- $enableMath := or (default false .Site.Params.BookMath) (default false .Params.math) -}}
{{- if and $enableMath (not (.Page.Store.Get "katex")) -}}
{{ with resources.Get "katex.json" }}
{{ end }}
{{- .Page.Store.Set "katex" true -}}
{{- end -}}
{{/* Custom sidebar style overrides for menu colors */}}
{{/* Override default favicon with CoMLRL icon */}}
{{/* Inject H1 title at top of each article using the header title */}}