mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 08:31:34 -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>
|
<head>
|
||||||
{{ $noop := .WordCount }}
|
{{ $noop := .WordCount }}
|
||||||
{{ if .Page.Store.Get "hasMath" }}
|
{{ 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 }}
|
{{ end }}
|
||||||
</head>
|
</head>
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user