From 5ae174f65468528119897f185db75cdc776b2c8a Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Tue, 3 Dec 2024 12:01:55 -0700 Subject: [PATCH] config: disable post headings anchor links Since the icons seem to get improperly rendered using a massively large font size on the p.g.o aggregation page. --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index c32860f..afba13e 100644 --- a/config.toml +++ b/config.toml @@ -826,7 +826,7 @@ uglyURLs = false ###################################### # Headings Anchor - enableHeadingsAnchor = true + enableHeadingsAnchor = false # Note: *global settings* # `anchor` in post’s Front Matter # has a higher priority than here