content: Update stylesheet link for katex.js

This commit is contained in:
Joe Mooring 2025-05-22 11:30:21 -07:00 committed by GitHub
parent 8b9e1ba3ed
commit 902e360b04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,7 +122,7 @@ In your base template, conditionally include the KaTeX CSS within the head eleme
<head>
{{ $noop := .WordCount }}
{{ if .Page.Store.Get "hasMath" }}
<link href="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/katex@0.16.22/dist/katex.min.css" rel="stylesheet">
{{ end }}
</head>
```