diff options
author | Dante Catalfamo | 2020-09-06 18:34:55 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-09-06 18:34:55 -0400 |
commit | dacf1993b0e5a3cede43d153331c33561c79741b (patch) | |
tree | 7f3575901cb60410828cbc40e5cc2909180e6085 /config.toml | |
parent | ad2780078b957d5119d42f319a0d906a5d728fa9 (diff) | |
download | blog-dacf1993b0e5a3cede43d153331c33561c79741b.tar.gz blog-dacf1993b0e5a3cede43d153331c33561c79741b.tar.bz2 blog-dacf1993b0e5a3cede43d153331c33561c79741b.zip |
enable emoji support
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 5b7b140..2a20963 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ baseURL = "https://blog.lambda.cx/" title = "lambda.cx blog" theme = "fuji" - +enableEmoji = true languageCode = "en" enableRobotsTXT = true |