diff options
| author | 2026-01-22 18:53:49 +0100 | |
|---|---|---|
| committer | 2026-01-22 18:53:49 +0100 | |
| commit | 0ad8406d527adb26934da649bf77abf2c3d66776 (patch) | |
| tree | 707724f20e52dc601326936a7a734ab42fecf4dd /config.toml | |
| parent | badced1b07a986a4e4385b7a2dba319a61fadf12 (diff) | |
k
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config.toml b/config.toml index 9b58f5a..c907705 100644 --- a/config.toml +++ b/config.toml @@ -14,11 +14,8 @@ taxonomies = [ { name = "tags", feed = true}, ] -[markdown] -# Whether to do syntax highlighting -# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola -highlight_code = false +[markdown] external_links_class = "external_link" [extra] |