From 94cf995be03a3e1b8f9be21e151cbe65d66b3807 Mon Sep 17 00:00:00 2001 From: wompmacho Date: Wed, 25 Mar 2026 03:11:40 +0000 Subject: [PATCH] Refactor: Remove hardcoded edit URL to allow dynamic overrides --- config/_default/params.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 4f82f63..2f41d8e 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -66,7 +66,6 @@ customCSS = true showAuthorsBadges = true # This helps style the author profile showEdit = true showEditURL = true - editURL = "https://git.wompmacho.com/wompmacho/wiki/src/branch/main/content" editAppendPath = true showZenMode = false smartTOC = true