浏览代码

Enable MathJax globally

Xi Ruoyao 7 年之前
父节点
当前提交
b5faf7ee0e
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 1 1
      config.toml
  2. 0 1
      content/post/helloworld.md

+ 1 - 1
config.toml

@@ -113,7 +113,7 @@ enableGitInfo = true
 
 
   # Enable global LaTeX math rendering?
   # Enable global LaTeX math rendering?
   #   If false, you can enable it locally on a per page basis.
   #   If false, you can enable it locally on a per page basis.
-  math = false
+  math = true
 
 
   # Highlight.js options
   # Highlight.js options
   #   highlight
   #   highlight

+ 0 - 1
content/post/helloworld.md

@@ -3,7 +3,6 @@ date = "2017-12-13T03:00:00+08:00"
 draft = false
 draft = false
 tags = []
 tags = []
 title = "Hello, world!"
 title = "Hello, world!"
-math = true
 +++
 +++
 
 
 # Hello, world
 # Hello, world