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

github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Ivanov <ai@contributor.pw>2021-02-09 07:36:02 +0300
committerAlex Ivanov <ai@contributor.pw>2021-02-09 07:36:02 +0300
commit136a0de880789d5eaa5601f890ed55ee02d3fd90 (patch)
tree98e25a2deb9d7ca531d6bc8fe3dde731513a26e5
parent4e60b9a717bde824dd10feeb85afe07c90266c63 (diff)
Update mathjax
Signed-off-by: Alex Ivanov <ai@contributor.pw>
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 4eda3b6..58ea848 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -37,7 +37,7 @@
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet" type="text/css">
<!-- MathJax -->
- <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<!-- RSS -->
{{ if .OutputFormats.Get "RSS" }}