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

github.com/Vimux/mainroad.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2019-08-23 18:44:02 +0300
committervimux <vimux@protonmail.com>2019-08-23 18:47:11 +0300
commit10a03621fe7454f6214da6430c1872c4bf865f22 (patch)
tree7e35f847d46f8d1f9a86223876a211a89bbe2aa7 /layouts
parentefc69691d024aa77b7fa39c02f96f7c048f47efa (diff)
Update MathJax 2.7.5 -> 2.7.6
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 9819012..8a5ea04 100644
--- a/layouts/partials/mathjax.html
+++ b/layouts/partials/mathjax.html
@@ -1,3 +1,3 @@
{{ if and .IsPage (eq (.Param "mathjax") true) }}
-<script src="{{ .Param "mathjaxPath" | default "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" }}{{ with .Param "mathjaxConfig" | default "TeX-AMS-MML_HTMLorMML" }}?config={{ . }}{{ end }}" async></script>
+<script src="{{ .Param "mathjaxPath" | default "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js" }}{{ with .Param "mathjaxConfig" | default "TeX-AMS-MML_HTMLorMML" }}?config={{ . }}{{ end }}" async></script>
{{ end }} \ No newline at end of file