about summary refs log tree commit diff stats
path: root/exampleSite/content/about.md
diff options
context:
space:
mode:
authorYihui Xie2017-07-13 02:04:40 -0500
committerYihui Xie2017-07-13 02:07:56 -0500
commit85309648e9fd427561ceca4d14ce5d17f5b2e393 (patch)
tree94bf06f7576070440cb0b3c36c1cada418d06125 /exampleSite/content/about.md
parent5e3ead4fe466c0c485a797a8ab5f5fece6753dcd (diff)
downloadhugo-xmin-85309648e9fd427561ceca4d14ce5d17f5b2e393.tar.lz
hugo-xmin-85309648e9fd427561ceca4d14ce5d17f5b2e393.tar.zst
hugo-xmin-85309648e9fd427561ceca4d14ce5d17f5b2e393.zip
no longer need to configure MathJax due to https://github.com/yihui/hugo-lithium-theme/commit/2838faa426f9060dd98b0b7c3aa7a4106863cca5
Diffstat (limited to 'exampleSite/content/about.md')
-rw-r--r--exampleSite/content/about.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
index aea884a..dd83942 100644
--- a/exampleSite/content/about.md
+++ b/exampleSite/content/about.md
@@ -56,14 +56,6 @@ There are two layout files under `layouts/partials/` that you may want to overri
 
 ```html
 <script src="//yihui.name/js/math-code.js"></script>
-<script type="text/x-mathjax-config">
-MathJax.Hub.Config({
-  tex2jax: {
-    inlineMath: [['$','$'], ['\\(','\\)']],
-    processEscapes: true
-  }
-});
-</script>
 <script async src="//cdn.bootcss.com/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML">
 </script>