瀏覽代碼

Remove c and c++ from highlight_languages

Fix 404 when trying to fetch highlight/languages/{c,c++}.min.js
Xi Ruoyao 7 年之前
父節點
當前提交
9ea813a401
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config.toml

+ 1 - 1
config.toml

@@ -141,7 +141,7 @@ enableGitInfo = true
   #   For more info on the highlighting options, see:
   #   https://sourcethemes.com/academic/post/writing-markdown-latex/#highlighting-options
   highlight = true
-  highlight_languages = ["c", "c++", "go", "python" ]
+  highlight_languages = [ "go", "python" ]
   # highlight_style = "github"
 
   # Enable native social sharing buttons?