Compare commits

..

1 Commits

Author SHA1 Message Date
a613c68f01 Remove crossorigin attribute from katex.min.css
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
2023-12-30 19:25:15 -08:00

View File

@@ -15,7 +15,7 @@
<!-- External CSS (normalize and KaTeX --> <!-- External CSS (normalize and KaTeX -->
{{ partial "defercss.html" (dict "url" .Site.Params.normalizeCssUrl "extra" "") }} {{ partial "defercss.html" (dict "url" .Site.Params.normalizeCssUrl "extra" "") }}
{{ partial "defercss.html" (dict "url" .Site.Params.katexCssUrl "extra" "crossorigin=\"anonymous\"") }} {{ partial "defercss.html" (dict "url" .Site.Params.katexCssUrl "extra" "") }}
<!-- Links to other formats (RSS, TOML) --> <!-- Links to other formats (RSS, TOML) -->
{{ range .AlternativeOutputFormats -}} {{ range .AlternativeOutputFormats -}}