← back to Ventura Corridor
rename: magazine masthead The Boulevard → The Corridor — Steve's preferred title; updates /magazine.html h1, /today.html magazine card heading, /magazine/:id reader page title+breadcrumb+footer; descriptive prose about 'the boulevard' as a road kept as-is
3836ac076a5ca6561441443f60a564e96b5777e6 · 2026-05-06 16:42:27 -0700 · SteveStudio2
Files touched
M public/magazine.htmlM public/today.htmlM src/server/index.ts
Diff
commit 3836ac076a5ca6561441443f60a564e96b5777e6
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Wed May 6 16:42:27 2026 -0700
rename: magazine masthead The Boulevard → The Corridor — Steve's preferred title; updates /magazine.html h1, /today.html magazine card heading, /magazine/:id reader page title+breadcrumb+footer; descriptive prose about 'the boulevard' as a road kept as-is
---
public/magazine.html | 2 +-
public/today.html | 2 +-
src/server/index.ts | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/public/magazine.html b/public/magazine.html
index 8456ebb..f4a7d0b 100644
--- a/public/magazine.html
+++ b/public/magazine.html
@@ -192,7 +192,7 @@
<header class="masthead">
<div class="kicker">Volume I · Spring Issue · 2026</div>
- <h1>The <em>Boulevard</em></h1>
+ <h1>The <em>Corridor</em></h1>
<div class="deck">A magazine of who's here. The corridor's restaurants, professionals, ateliers, and ateliers-disguised-as-storefronts — written warm.</div>
<div class="issue" id="issue-stat">— · — · —</div>
</header>
diff --git a/public/today.html b/public/today.html
index 8ce1a26..0d2a6e0 100644
--- a/public/today.html
+++ b/public/today.html
@@ -146,7 +146,7 @@
<section id="magazine-section" style="padding:20px 32px;border-bottom:1px solid var(--rule);background:rgba(184,153,104,0.04)">
<div style="display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:10px">
- <h3 style="font-family:var(--serif);font-style:italic;font-weight:400;font-size:22px;color:var(--metal-glow);margin:0">📖 The Boulevard <span style="font-size:11px;letter-spacing:.18em;color:var(--ink-mute);margin-left:8px">corridor magazine</span></h3>
+ <h3 style="font-family:var(--serif);font-style:italic;font-weight:400;font-size:22px;color:var(--metal-glow);margin:0">📖 The Corridor <span style="font-size:11px;letter-spacing:.18em;color:var(--ink-mute);margin-left:8px">corridor magazine</span></h3>
<a href="/magazine.html" style="color:var(--metal);text-decoration:none;font-size:10px;letter-spacing:.18em;text-transform:uppercase;border:1px solid var(--rule);padding:4px 10px">Open issue ↗</a>
</div>
<div id="magazine-stats" style="margin-top:10px;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-mute)">—</div>
diff --git a/src/server/index.ts b/src/server/index.ts
index 97360a0..5426727 100644
--- a/src/server/index.ts
+++ b/src/server/index.ts
@@ -1893,7 +1893,7 @@ app.get('/magazine/:id', async (req, res) => {
const esc = (s: any) => String(s ?? '').replace(/[&<>"']/g, c => ({'&':'&','<':'<','>':'>','"':'"',"'":'''}[c]!));
res.setHeader('Content-Type', 'text/html; charset=utf-8');
res.send(`<!doctype html><html lang="en"><head><meta charset="utf-8">
-<title>${esc(f.headline || f.biz_name)} — The Boulevard</title>
+<title>${esc(f.headline || f.biz_name)} — The Corridor</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500&family=Inter:wght@300;400;500&family=JetBrains+Mono:wght@200;300&display=swap');
@@ -1923,7 +1923,7 @@ footer{margin-top:48px;padding:24px 0;text-align:center;font-size:10px;letter-sp
@media print{.toolbar{display:none}article{max-width:100%;padding:24px}h1{font-size:42px}.lede::first-letter{font-size:64px}}
</style></head><body>
<div class="toolbar">
- <div class="breadcrumb"><a href="/magazine.html">← The Boulevard</a> · ${esc(f.category_tag || 'feature')}</div>
+ <div class="breadcrumb"><a href="/magazine.html">← The Corridor</a> · ${esc(f.category_tag || 'feature')}</div>
<div>
<a href="javascript:window.print()">🖨 Print</a>
<a href="/pitches.html?id=${f.business_id}" target="_blank">Pipeline ↗</a>
@@ -1945,7 +1945,7 @@ footer{margin-top:48px;padding:24px 0;text-align:center;font-size:10px;letter-sp
<dt>Generated</dt><dd class="mono">${new Date(f.generated_at).toLocaleString('en-US', { month:'short', day:'numeric', year:'numeric'})} via ${esc(f.model)}</dd>
<dt>Views</dt><dd class="mono">${f.views || 0}</dd>
</dl>
- <footer>The Boulevard · Volume I · 2026 · all loopback / not for redistribution</footer>
+ <footer>The Corridor · Volume I · 2026 · all loopback / not for redistribution</footer>
</article>
</body></html>`);
});
← d7cd146 iter 80: search box + table-of-contents view on /magazine.ht
·
back to Ventura Corridor
·
iter 81: published-only public /issue page + bulk-publish ac f5e15fe →