mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 02:48:25 -04:00
content: Update stylesheet link for katex.js
This commit is contained in:
parent
8b9e1ba3ed
commit
902e360b04
@ -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>
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user