From f8d952fad594f5978e6b041a571a8f8b7107d7d1 Mon Sep 17 00:00:00 2001 From: vimux Date: Wed, 8 Aug 2018 21:30:27 +0300 Subject: [PATCH] Update MathJax 2.7.4 -> 2.7.5 --- README.md | 2 +- layouts/partials/mathjax.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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