Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Aguiar <rmaguiar@tuta.io>2022-06-07 08:05:38 +0300
committerRaphael Aguiar <rmaguiar@tuta.io>2022-06-07 08:05:38 +0300
commitcc3dcd7fa5656bc829f48562fbc7f26971466cb5 (patch)
tree3a928481da32a16a0da73be2d7ffc1f1c0b0400b /layouts
parent4cb78fa1eb001ad64343a2795218b3ab37b559a8 (diff)
Bump KaTeX from 0.15.6 to 0.16.0
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/katex.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/layouts/partials/katex.html b/layouts/partials/katex.html
index d161a1e..a7ede24 100644
--- a/layouts/partials/katex.html
+++ b/layouts/partials/katex.html
@@ -20,9 +20,6 @@
<!-- copy-tex extension -->
{{ if or (in .Params.katexExtensions "copy-tex") (in .Site.Params.katexExtensions "copy-tex") }}
- {{ $copyTexCSS := resources.Get (printf "libs/katex@%s/dist/contrib/copy-tex.css" $katexVersion) | minify | fingerprint }}
- <link rel="stylesheet" href="{{ $copyTexCSS.Permalink }}" integrity="{{ $copyTexCSS.Data.Integrity }}" crossorigin="anonymous">
-
{{ $copyTexJS := resources.Get (printf "libs/katex@%s/dist/contrib/copy-tex.js" $katexVersion) | minify | fingerprint }}
<script defer src="{{ $copyTexJS.Permalink }}" integrity="{{ $copyTexJS.Data.Integrity }}" crossorigin="anonymous"></script>