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

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-02-08 03:54:47 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-02-08 03:54:47 +0300
commit37ea814899c80730497de1137407b4ebeedd84ab (patch)
tree257e3aac00203c93295d2ae4e0586d6b3fabe55c /layouts
parent90e84278aad9a2c29d013116bb1ca13c9d791583 (diff)
deps: bump mathjax from v3.0.0 to v3.0.1
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/mathjax.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/mathjax.html b/layouts/partials/mathjax.html
index e4ed521b..521a813e 100644
--- a/layouts/partials/mathjax.html
+++ b/layouts/partials/mathjax.html
@@ -7,7 +7,7 @@
};
</script>
- {{ $js := resources.Get "js/mathjax-v3.0.0-tex-mml-chtml.js" }}
+ {{ $js := resources.Get "js/mathjax-v3.0.1-tex-mml-chtml.js" }}
{{ $secureJS := $js | resources.Fingerprint "sha512" }}
<script async type="text/javascript" id="MathJax-script" src="{{ $secureJS.Permalink }}" integrity="{{ $secureJS.Data.Integrity }}"></script>
{{ end }}