From 94a4faef7bdb970e80a95db49f06f554ff3a4f4b Mon Sep 17 00:00:00 2001 From: William Floyd Date: Thu, 17 Mar 2022 03:15:17 -0500 Subject: [PATCH] config: Disable classes in highlighting to correct behaviour. --- config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.toml b/config.toml index 4b5bbce..386b830 100644 --- a/config.toml +++ b/config.toml @@ -4,6 +4,8 @@ defaultContentLanguage = "en" title = "William Floyd" theme = "KeepIt" +markup.highlight.noClasses=false + paginate = 12 enableEmoji = true googleAnalytics = "UA-63647911-2"