825d0de6c3
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
3 lines
214 B
JavaScript
3 lines
214 B
JavaScript
// public blog pages: the shared nav (with wallet status) and footer, nothing else
|
|
(function () { try { IAP.renderNav(location.pathname.indexOf('/leaderboard') === 0 ? 'leaderboard' : 'blog'); } catch (e) {} })();
|