소스 검색

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?
   #   If false, you can enable it locally on a per page basis.
-  math = false
+  math = true
 
   # Highlight.js options
   #   highlight

+ 0 - 1
content/post/helloworld.md

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