From 600ba00655929294fd41c44417c31ad4908a73c9 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Thu, 27 Aug 2020 01:14:40 +0900 Subject: [PATCH] Enable `HASCJKLanguage`. --- config/_default/config.toml | 1 + config/staging/config.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/config/_default/config.toml b/config/_default/config.toml index e87f31d..699225a 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -2,6 +2,7 @@ baseurl = "https://blog.kazu634.com/" title = "His greatness lies in his sense of responsibility" languageCode = "ja" theme = "angels-ladder" +HasCJKLanguage = true [params] subtitle = "named after the quotation from Wind, Sand, and Stars by Saint Exupery." diff --git a/config/staging/config.toml b/config/staging/config.toml index da49e6a..7d27463 100644 --- a/config/staging/config.toml +++ b/config/staging/config.toml @@ -2,6 +2,7 @@ baseurl = "http://test.kazu634.com/" title = "His greatness lies in his sense of responsibility" languageCode = "ja" theme = "angels-ladder" +HasCJKLanguage = true [params] subtitle = "named after the quotation from Wind, Sand, and Stars by Saint Exupery."