Pi66

merodi
A markdown-based static site generator.
git clone https://git.pi66.xyz/merodi

← back to log

fix: correct highlight config path

author: pi66
date: 2026-06-27 18:15
hash: 84c3c1746d075e75510fabec3d785f012b3bbcc2

Diffstat:

M

src/config.py
2 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/src/config.py b/src/config.py
index bfa5fa8..ec325a1 100644
--- a/src/config.py
+++ b/src/config.py
@@ -53,7 +53,7 @@ html_path   = "{config.webview.html_path}"
 static_path = "{config.webview.static_path}"

 [extras]
-highlight = "{config.extras}"
+highlight = "{config.extras.highlight}"
 """

 def find_project_from_path(project_path: str):