diff --git a/README.md b/README.md
index 8750f68..aae3a56 100644
--- a/README.md
+++ b/README.md
@@ -90,7 +90,7 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id
tocOpen = true # Open Table of Contents block. Optional
comments = true # Enable comments for all site pages
mathjax = true # Enable MathJax for all site pages
- mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js" # Specify MathJax path. Optional
+ mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" # Specify MathJax path. Optional
mathjaxConfig = "TeX-AMS-MML_HTMLorMML" # Specify MathJax config. Optional
[Params.Social]
diff --git a/layouts/partials/mathjax.html b/layouts/partials/mathjax.html
index 19af143..9819012 100644
--- a/layouts/partials/mathjax.html
+++ b/layouts/partials/mathjax.html
@@ -1,3 +1,3 @@
{{ if and .IsPage (eq (.Param "mathjax") true) }}
-
+
{{ end }}
\ No newline at end of file