diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-27 19:16:12 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-27 19:16:12 +0530 |
commit | d314ca140da103a1d734e0cbee1d4b77b47e6e27 (patch) | |
tree | 1b1d1871d34da52e74589386e853202bef5a74a0 | |
parent | d7a674deed41c314d4e4c059dcbeabbad3534101 (diff) |
using classes instead of inline style in hugo chroma
-rw-r--r-- | config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml index a495a41..fa60d39 100644 --- a/config.toml +++ b/config.toml @@ -42,7 +42,7 @@ navLinks = [ lineNoStart = 1 lineNos = false lineNumbersInTable = true - noClasses = true + noClasses = false noHl = false - style = 'dracula' + style = "dracula" tabWidth = 2 |