Explorar o código

fix a bug merging upstream

Xi Ruoyao %!s(int64=5) %!d(string=hai) anos
pai
achega
b72abd65dd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      layouts/partials/site_js.html

+ 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/mathjax3-config.js" }}
+    {{ $mathjax_config := resources.Get "js/mathjax-config.js" }}
     <script src="{{ $mathjax_config.RelPermalink }}"></script>
     {{ end }}