From d60bfcc49a4f29c506852317cfb44f3fca6bbaf8 Mon Sep 17 00:00:00 2001
From: olOwOlo <26087907+olOwOlo@users.noreply.github.com>
Date: Sun, 10 Sep 2017 21:20:56 +0800
Subject: [PATCH] feat: MathJax config message option
eliminate all messages in the lower left-hand corner
---
layouts/partials/scripts.html | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index 17adea7..72bc938 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -11,7 +11,13 @@
{{- end }}
-{{ if and (and .Site.Params.mathjax (ne .Params.mathjax false)) (or .IsPage .IsHome) -}}
+{{- if and (and .Site.Params.mathjax (ne .Params.mathjax false)) (or .IsPage .IsHome) }}
+
{{- end }}