← back to Madagascarwallpaper
nav: remove dead /about and /vocabulary links
690771d24f0072e04183467c3c7b8f0edd853142 · 2026-05-19 08:06:07 -0700 · Steve
Neither about.html nor vocabulary.html exists, so those nav links 404.
Stripped them from the care/history/sourcing/trade footer nav. The
index.html nav/footer /about links were replaced with real clean-URL
targets (/history, /care, /trade) in the prior commit.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files touched
M public/care.htmlM public/history.htmlM public/sourcing.htmlM public/trade.html
Diff
commit 690771d24f0072e04183467c3c7b8f0edd853142
Author: Steve <steve@designerwallcoverings.com>
Date: Tue May 19 08:06:07 2026 -0700
nav: remove dead /about and /vocabulary links
Neither about.html nor vocabulary.html exists, so those nav links 404.
Stripped them from the care/history/sourcing/trade footer nav. The
index.html nav/footer /about links were replaced with real clean-URL
targets (/history, /care, /trade) in the prior commit.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
public/care.html | 2 --
public/history.html | 2 --
public/sourcing.html | 2 --
public/trade.html | 2 --
4 files changed, 8 deletions(-)
diff --git a/public/care.html b/public/care.html
index 70df440..f3c49ef 100644
--- a/public/care.html
+++ b/public/care.html
@@ -76,10 +76,8 @@ nav.foot a{margin-right:22px;text-decoration:none}
<nav class="foot">
<a href="/">Browse</a>
<a href="/history">History</a>
-<a href="/vocabulary">Vocabulary</a>
<a href="/sourcing">Sourcing</a>
<a href="/care">Care</a>
<a href="/trade">Trade</a>
-<a href="/about">About</a>
</nav>
</div></body></html>
\ No newline at end of file
diff --git a/public/history.html b/public/history.html
index a45c313..953daad 100644
--- a/public/history.html
+++ b/public/history.html
@@ -43,10 +43,8 @@ nav.foot a{margin-right:22px;text-decoration:none}
<nav class="foot">
<a href="/">Browse</a>
<a href="/history">History</a>
-<a href="/vocabulary">Vocabulary</a>
<a href="/sourcing">Sourcing</a>
<a href="/care">Care</a>
<a href="/trade">Trade</a>
-<a href="/about">About</a>
</nav>
</div></body></html>
\ No newline at end of file
diff --git a/public/sourcing.html b/public/sourcing.html
index 2a62def..c23d918 100644
--- a/public/sourcing.html
+++ b/public/sourcing.html
@@ -50,10 +50,8 @@ nav.foot a{margin-right:22px;text-decoration:none}
<nav class="foot">
<a href="/">Browse</a>
<a href="/history">History</a>
-<a href="/vocabulary">Vocabulary</a>
<a href="/sourcing">Sourcing</a>
<a href="/care">Care</a>
<a href="/trade">Trade</a>
-<a href="/about">About</a>
</nav>
</div></body></html>
\ No newline at end of file
diff --git a/public/trade.html b/public/trade.html
index f0b2c2d..96a031d 100644
--- a/public/trade.html
+++ b/public/trade.html
@@ -54,10 +54,8 @@ nav.foot a{margin-right:22px;text-decoration:none}
<nav class="foot">
<a href="/">Browse</a>
<a href="/history">History</a>
-<a href="/vocabulary">Vocabulary</a>
<a href="/sourcing">Sourcing</a>
<a href="/care">Care</a>
<a href="/trade">Trade</a>
-<a href="/about">About</a>
</nav>
</div></body></html>
\ No newline at end of file
← dd75db7 index: wire sort select to API, hydrate saved sort before fi
·
back to Madagascarwallpaper
·
stage2: wire microsite catalog + admin CRUD + grid/list view 9a88000 →