[object Object]

← back to 1890swallpaper

Remove dead /vocabulary nav link from sub-page footers

c380f74e7e1d3fb95972a2323e009e8d2d55be94 · 2026-05-25 20:07:37 -0700 · SteveStudio2

No vocabulary.html exists in public/ and no content blob backs it —
the link 404s on every sub-page nav. Drop the link rather than scaffold
a fake page.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit c380f74e7e1d3fb95972a2323e009e8d2d55be94
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Mon May 25 20:07:37 2026 -0700

    Remove dead /vocabulary nav link from sub-page footers
    
    No vocabulary.html exists in public/ and no content blob backs it —
    the link 404s on every sub-page nav. Drop the link rather than scaffold
    a fake page.
    
    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 a19ffb7..7f2f772 100644
--- a/public/care.html
+++ b/public/care.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>
diff --git a/public/history.html b/public/history.html
index feb01e7..df8b244 100644
--- a/public/history.html
+++ b/public/history.html
@@ -36,7 +36,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 c98a090..cfe1977 100644
--- a/public/sourcing.html
+++ b/public/sourcing.html
@@ -43,7 +43,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 3d28c56..4a054d8 100644
--- a/public/trade.html
+++ b/public/trade.html
@@ -48,7 +48,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>

← 80abd65 add: pre-stage Meta Pixel snippet (placeholder; flip via _dw  ·  back to 1890swallpaper  ·  retag aesthetic from PG: 600 rows updated 3bc916c →