Changeset 6e0249f in Klonkt for src/views/pages/hub-home.ejs
- Timestamp:
- 06/14/2026 03:21:25 PM (3 months ago)
- Branches:
- main
- Children:
- 4c5169f
- Parents:
- 743bb81
- File:
-
- 1 edited
-
src/views/pages/hub-home.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/hub-home.ejs
r743bb81 r6e0249f 4 4 <header class="hub-hero"> 5 5 <div class="hub-hero-inner container"> 6 <h1 class="hub-hero-title"><%= company ? company.title : 'Overzicht'%></h1>7 <% if ( company && company.tagline) { %>8 <p class="hub-hero-tag"><%= company.tagline %></p>6 <h1 class="hub-hero-title"><%= hub.title %></h1> 7 <% if (hub.tagline) { %> 8 <p class="hub-hero-tag"><%= hub.tagline %></p> 9 9 <% } %> 10 <% if ( company && (company.profile_bio || company.description)) { %>11 <p class="hub-hero-desc"><%= company.profile_bio || company.description%></p>10 <% if (hub.intro) { %> 11 <p class="hub-hero-desc"><%= hub.intro %></p> 12 12 <% } %> 13 13 </div>
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)