소스 검색

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. */}}
     {{ 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>
     {{ end }}