commit ad6712f80ac7d36d0296730556ccf52f08a33651
parent 04dc77b846d38369ac5556b889263417e186befd
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sun, 16 Sep 2018 19:30:28 -0400
Enable joinLines only for Chinese pages.
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/config.toml b/config.toml
@@ -14,7 +14,6 @@ pygmentsOptions = "linenos="
[Blackfriday]
smartypants = false
-extensions = ["joinLines"]
[params]
soresuLatexOffByDefault = true
@@ -73,4 +72,7 @@ serie = "series"
[[Languages.zh.menu.main]]
name = "朋友们"
url = "/zh/friends/"
- weight = 4-
\ No newline at end of file
+ weight = 4
+
+ [Languages.zh.Blackfriday]
+ extensions = ["joinLines"]