fix syntax highlighting

This commit is contained in:
Yan Lin 2026-01-30 20:05:03 +01:00
parent 0164d7c823
commit cee883940b
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ generate_feeds = true
feed_filenames = ["rss.xml"]
[markdown]
highlighting = { theme = "GitHub-Dark" }
highlighting = { light_theme = "github-light", dark_theme = "github-dark" }
external_links_target_blank = true
[extra]