diff options
author | Alan Pearce | 2018-06-07 13:55:17 +0200 |
---|---|---|
committer | Alan Pearce | 2018-06-07 13:55:17 +0200 |
commit | 96e3412e0c287a4bfb511520a0ae6fd97bcd3b45 (patch) | |
tree | ba0c6ae88ed39f136a6727fa27cced68d238a3cc /config.toml | |
parent | 45d334a8e064c999e04a3615eba429072490605b (diff) | |
download | website-96e3412e0c287a4bfb511520a0ae6fd97bcd3b45.tar.lz website-96e3412e0c287a4bfb511520a0ae6fd97bcd3b45.tar.zst website-96e3412e0c287a4bfb511520a0ae6fd97bcd3b45.zip |
Use code fences instead of template tags for syntax highlighting
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 7e1c071..43ab763 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,8 @@ languageCode = "en-gb" baseurl = "https://www.alanpearce.uk" title = "Alan Pearce" theme = "hyde" -pygmentsuseclasses = true +pygmentsUseClasses = true +pygmentsCodeFences = true copyright = "Licensed under a Creative Commons Attribution 4.0 International License." [Params] |