Changeset 0c2228a in Klonkt for src/views/partials
- Timestamp:
- 06/14/2026 05:10:16 PM (3 months ago)
- Branches:
- main
- Children:
- 7963a6e
- Parents:
- 05a6ca0
- File:
-
- 1 edited
-
src/views/partials/topnav.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/topnav.ejs
r05a6ca0 r0c2228a 28 28 <% } else if (typeof tenancy !== 'undefined' && tenancy === 'hub') { %> 29 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> 30 HTMX, zodat de headerloze overview correct rendert). Eigen class want 31 .site-title is overal display:none. %> 32 <a class="nav-hub-home" href="/" aria-label="Naar de hub-home"><%= (typeof hubTitle !== 'undefined' && hubTitle) ? hubTitle : 'Home' %></a> 32 33 <% } else if (site) { %> 33 34 <a class="site-title" href="<%= _siteUrlBase %>/" … … 232 233 } 233 234 235 /* Hub-home brand is WÉL zichtbaar — de thuisknop op artiest-/hub-pagina's. */ 236 .masthead-brand .nav-hub-home { 237 display: inline-block; vertical-align: middle; 238 color: var(--ink); text-decoration: none; 239 font-family: var(--font-display, serif); font-weight: 700; font-size: 1.05rem; 240 transition: color 120ms; 241 } 242 .masthead-brand .nav-hub-home:hover { color: var(--accent); } 243 234 244 /* On mobile, hide the entire masthead except for admin pages. The brand 235 245 appears in the profile-header on content pages, and the bottom-tab
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)