From f472af6f087e5d3071d919761fa85a344d3415fd Mon Sep 17 00:00:00 2001 From: vimux Date: Fri, 23 Aug 2019 11:51:05 -0400 Subject: [PATCH] Update MathJax 2.7.5 -> 2.7.6 --- README.md | 2 +- layouts/partials/mathjax.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b63501..737575d 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id related = true # Enable Related content for single pages relatedMax = 5 # Set the maximum number of posts that can be displayed in related block. Optional mathjax = true # Enable MathJax for all site pages - mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" # Specify MathJax path. Optional + mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js" # Specify MathJax path. Optional mathjaxConfig = "TeX-AMS-MML_HTMLorMML" # Specify MathJax config. Optional hideNoPostsWarning = false # Don't show no posts empty state warning in main page, if true 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) }} - + {{ end }} \ No newline at end of file