Changeset 42081fb in Klonkt for src/views/partials/topnav.ejs
- Timestamp:
- 06/14/2026 04:59:38 PM (3 months ago)
- Branches:
- main
- Children:
- 3c196f9
- Parents:
- 6150acb
- File:
-
- 1 edited
-
src/views/partials/topnav.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/topnav.ejs
r6150acb r42081fb 26 26 <% if (_isAdmin) { %> 27 27 <a href="<%= _siteUrlBase %>/" class="nav-link nav-link-admin">← Terug naar site</a> 28 <% } else if (typeof tenancy !== 'undefined' && tenancy === 'hub') { %> 29 <%# Hub: de brand is de hub-naam en gaat naar de hub-home (volledige nav, geen 30 HTMX, zodat de headerloze overview correct rendert). %> 31 <a class="site-title" href="/" aria-label="Naar de hub-home"><%= (typeof hubTitle !== 'undefined' && hubTitle) ? hubTitle : 'Home' %></a> 28 32 <% } else if (site) { %> 29 33 <a class="site-title" href="<%= _siteUrlBase %>/"
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)