This is an automated email from the ASF dual-hosted git repository.
rbowen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-events-site.git
The following commit(s) were added to refs/heads/main by this push:
new 6351e5a Remove '.Html' from breadcrumbs
6351e5a is described below
commit 6351e5af3d3437819995e24582af87c62c3b7483
Author: Rich Bowen <[email protected]>
AuthorDate: Tue Feb 3 12:27:37 2026 -0500
Remove '.Html' from breadcrumbs
---
config.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.toml b/config.toml
index a200af7..0d5369b 100644
--- a/config.toml
+++ b/config.toml
@@ -6,7 +6,7 @@ contentDir = "source"
publishDir = "target/content"
disablePathToLower = true
-uglyURLs = true
+uglyURLs = false
enableRobotsTXT = true
disableBrowserError = true
timeout = 3000