Changeset 03bfdce in Klonkt for src/views/partials
- Timestamp:
- 06/16/2026 11:35:13 PM (3 months ago)
- Branches:
- main
- Children:
- 108fd5f
- Parents:
- 09ac0a5
- File:
-
- 1 edited
-
src/views/partials/topnav.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/topnav.ejs
r09ac0a5 r03bfdce 28 28 <a href="<%= _siteUrlBase %>/" class="nav-link nav-link-admin">← Terug naar site</a> 29 29 <% } else if (typeof tenancy !== 'undefined' && tenancy === 'hub') { %> 30 <%# Hub: de brand is de hub-naam en gaat naar de hub-home (volledige nav, geen 31 HTMX, zodat de headerloze overview correct rendert). Eigen class want 32 .site-title is overal display:none. %> 33 <a class="nav-hub-home" href="/" aria-label="Home" title="Home"> 30 <%# Hub: de brand gaat naar de hub-home via HTMX. De chrome wordt in hub-modus 31 altijd gerenderd en via body.on-hub (CSS) verborgen op de landing, dus htmx 32 kan schakelen zonder full-reload → de audioplayer blijft leven. %> 33 <a class="nav-hub-home" href="/" aria-label="Home" title="Home" 34 hx-get="/?partial=1" hx-target="#pcms-main" hx-swap="innerHTML" hx-push-url="/" hx-indicator="#pcms-loading"> 34 35 <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><polyline points="9 22 9 12 15 12 15 22"/></svg> 35 36 </a>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)