← back to Rentv
nav(services): add CRE Services to shared masthead drawer (rentv-nav.js) + homepage nav row
55129020d5fd4869714cf7cfc8c897e1f3a43aed · 2026-08-06 11:51:57 -0700 · Steve
- rentv-nav.js: 'CRE Directory' + 'CRE Services' now in the injected masthead-chrome
Explore drawer (benefits any header.mast page without its own drawer).
- index.html: the fleet fan-out missed the homepage (emoji byte-mismatch on the
🏢 anchor); added 🛠️ CRE Services beside CRE Directory in the homepage nav row.
Fleet coverage now 11/11 drawer-nav pages + shared masthead drawer.
Files touched
M public/index.htmlM public/rentv-nav.js
Diff
commit 55129020d5fd4869714cf7cfc8c897e1f3a43aed
Author: Steve <steve@designerwallcoverings.com>
Date: Thu Aug 6 11:51:57 2026 -0700
nav(services): add CRE Services to shared masthead drawer (rentv-nav.js) + homepage nav row
- rentv-nav.js: 'CRE Directory' + 'CRE Services' now in the injected masthead-chrome
Explore drawer (benefits any header.mast page without its own drawer).
- index.html: the fleet fan-out missed the homepage (emoji byte-mismatch on the
🏢 anchor); added 🛠️ CRE Services beside CRE Directory in the homepage nav row.
Fleet coverage now 11/11 drawer-nav pages + shared masthead drawer.
---
public/index.html | 2 +-
public/rentv-nav.js | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index 44979e8b..04946cc6 100644
--- a/public/index.html
+++ b/public/index.html
@@ -166,7 +166,7 @@
<aside class="drawer" id="drawer">
<div class="dh"><span class="w">REN<span>TV</span></span><button id="dclose" aria-label="Close">✕</button></div>
<div class="grp"><div class="gt">Discover</div></div>
- <nav><a href="/hub" style="font-weight:700">✨ Intelligence Hub — all tools</a><a href="/search">🔎 Search</a><a href="/market-pulse">📈 Rates & Capital Markets</a><a href="/pulse">📊 Market Pulse</a><a href="/sector">🏙️ Sector Deep-Dives</a><a href="/metros">📍 Deal Flow by Metro</a><a href="/tools">🧮 CRE Toolkit</a><a href="/watchlist">⭐ Deal Watchlist</a><a href="/directory">🏢 CRE Directory</a><a href="/compare">⚖️ Deal Comparison</a><a href="/brief">📰 The RENTV Brief</a><a href="/syndicate">📡 Syndicate</a></nav>
+ <nav><a href="/hub" style="font-weight:700">✨ Intelligence Hub — all tools</a><a href="/search">🔎 Search</a><a href="/market-pulse">📈 Rates & Capital Markets</a><a href="/pulse">📊 Market Pulse</a><a href="/sector">🏙️ Sector Deep-Dives</a><a href="/metros">📍 Deal Flow by Metro</a><a href="/tools">🧮 CRE Toolkit</a><a href="/watchlist">⭐ Deal Watchlist</a><a href="/directory">🏢 CRE Directory</a><a href="/services">🛠️ CRE Services</a><a href="/compare">⚖️ Deal Comparison</a><a href="/brief">📰 The RENTV Brief</a><a href="/syndicate">📡 Syndicate</a></nav>
<div class="grp"><div class="gt">Intelligence</div></div>
<nav><a href="/deals">Deals</a><a href="/markets">Markets</a><a href="/la-commercial">LA Commercial</a><a href="/desk">Broker & Owner Desk</a><a href="/review">The REview</a><a href="/cre-talk">CRE Talk</a><a href="/conferences">Conferences</a><a href="/blog">Blog</a></nav>
<div class="grp"><div class="gt">Company</div></div>
diff --git a/public/rentv-nav.js b/public/rentv-nav.js
index 2a538d05..d1367d14 100644
--- a/public/rentv-nav.js
+++ b/public/rentv-nav.js
@@ -174,6 +174,7 @@
'<button class="rtnav-x" type="button" aria-label="Close">×</button><h3>Explore</h3>' +
'<a href="/">Front page</a><a href="/map">🗺 News Map</a><a href="/markets">Markets</a>' +
'<a href="/market-pulse">📈 Market Pulse</a><a href="/deals-log">📋 Deals Log</a>' +
+ '<a href="/directory">🏢 CRE Directory</a><a href="/services">🛠 CRE Services</a>' +
'<a href="/review">The REview</a><a href="/cre-talk">CRE Talk</a><a href="/conferences">Conferences</a>' +
'<a href="/blog">Blog</a><a href="/about">About</a><a href="/advertise">Advertise</a><a href="/subscribe">Subscribe</a>' +
'</div>';
← bc6ded37 feat(services): metro switcher (LA/OC/SD/IE/Ventura) + fleet
·
back to Rentv
·
fix(sitemap): xmlEsc the <loc> (sibling-drift — feed.xml/dea 1f840675 →