Repos / hi.imnhan.com / 74c559dfd7
commit 74c559dfd7e590eb10afba717bcf6fd3d8df0c27
Author: Nhân <hi@imnhan.com>
Date:   Wed Feb 15 13:42:10 2023 +0700

    decorate header links with # instead of $

diff --git a/pelicanconf.py b/pelicanconf.py
index 4dd936e..e15c691 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -19,7 +19,7 @@
         "markdown.extensions.extra": {},
         "markdown.extensions.meta": {},
         "smarty": {},
-        "toc": {"permalink": "$"},
+        "toc": {"permalink": "#"},
     },
     "output_format": "html5",
 }