← back to 1960swallpaper
remove dead /vocabulary nav link from supporting pages
25315d5bb21c0f642a3e86d087333a5c31877f6e · 2026-05-25 20:11:20 -0700 · SteveStudio2
No vocabulary.html exists and no clean-URL route serves /vocabulary,
so the link was a 404 from every supporting page footer (sourcing,
history, care, trade). Removed rather than scaffolded — no content
backing it.
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 25315d5bb21c0f642a3e86d087333a5c31877f6e
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Mon May 25 20:11:20 2026 -0700
remove dead /vocabulary nav link from supporting pages
No vocabulary.html exists and no clean-URL route serves /vocabulary,
so the link was a 404 from every supporting page footer (sourcing,
history, care, trade). Removed rather than scaffolded — no content
backing it.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
public/care.html | 1 -
public/history.html | 1 -
public/sourcing.html | 1 -
public/trade.html | 1 -
4 files changed, 4 deletions(-)
diff --git a/public/care.html b/public/care.html
index 584adf1..0686cbb 100644
--- a/public/care.html
+++ b/public/care.html
@@ -37,7 +37,6 @@ 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>
diff --git a/public/history.html b/public/history.html
index 68a4690..f81be9f 100644
--- a/public/history.html
+++ b/public/history.html
@@ -34,7 +34,6 @@ 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>
diff --git a/public/sourcing.html b/public/sourcing.html
index 1bbb0c7..6338aa6 100644
--- a/public/sourcing.html
+++ b/public/sourcing.html
@@ -51,7 +51,6 @@ 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>
diff --git a/public/trade.html b/public/trade.html
index d04767c..72a0d6f 100644
--- a/public/trade.html
+++ b/public/trade.html
@@ -46,7 +46,6 @@ 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>
← 8a905be add: pre-stage Meta Pixel snippet (placeholder; flip via _dw
·
back to 1960swallpaper
·
pull-from-shopify: use shared classifier with rails primary, 5ecc938 →