From f2f115aa217f8d95b89da4f65b5c76033d5fd9cc Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Tue, 14 Apr 2026 14:04:35 -0400 Subject: [PATCH] Fix #59: Footer /about link points to missing route Change href="/about" to href="/about.html" in footer. About page exists as about.html but the link pointed to /about which 404s on plain static servers and nginx without try_files. Works under python3 -m http.server and deployed nginx. Closes #59 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5282521..d6e8917 100644 --- a/index.html +++ b/index.html @@ -680,7 +680,7 @@ html, body {