瀏覽代碼

rename mathjax-config.js to force the browsers to reload

Xi Ruoyao 5 年之前
父節點
當前提交
5924fd26df
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 0 0
      assets/js/mathjax3-config.js
  2. 1 1
      layouts/partials/site_js.html

+ 0 - 0
assets/js/mathjax-config.js → assets/js/mathjax3-config.js


+ 1 - 1
layouts/partials/site_js.html

@@ -2,7 +2,7 @@
 
 
     {{/* Config LaTeX math rendering. */}}
     {{/* Config LaTeX math rendering. */}}
     {{ if or .Params.math site.Params.math }}
     {{ if or .Params.math site.Params.math }}
-    {{ $mathjax_config := resources.Get "js/mathjax-config.js" }}
+    {{ $mathjax_config := resources.Get "js/mathjax3-config.js" }}
     <script src="{{ $mathjax_config.RelPermalink }}"></script>
     <script src="{{ $mathjax_config.RelPermalink }}"></script>
     {{ end }}
     {{ end }}