Skip to content

Commit

Permalink
add preload to katex css
Browse files Browse the repository at this point in the history
  • Loading branch information
HidegonSan committed Dec 1, 2023
1 parent 4423426 commit 5fa0555
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layouts/partials/head/katex.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
crossorigin="anonymous"
href="{{- .RelPermalink -}}"
integrity="{{- .Data.Integrity -}}"
rel="stylesheet"
rel="preload stylesheet"
as="style"
>
{{- end -}}

Expand Down

0 comments on commit 5fa0555

Please sign in to comment.