Changeset 4885eab in Klonkt for src/views/pages/hub-home.ejs
- Timestamp:
- 06/21/2026 03:05:14 PM (3 months ago)
- Branches:
- main
- Children:
- 5e61b17
- Parents:
- bbf9d1a
- File:
-
- 1 edited
-
src/views/pages/hub-home.ejs (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/hub-home.ejs
rbbf9d1a r4885eab 28 28 </span> 29 29 <span class="hub-main-info"> 30 <span class="hub-main-badge"> Hoofdpagina</span>30 <span class="hub-main-badge"><%= t('phub.main_badge') %></span> 31 31 <span class="hub-main-name"><%= mainSite.title %></span> 32 32 <% if (mainSite.tagline) { %><span class="hub-main-tag"><%= mainSite.tagline %></span><% } %> 33 33 </span> 34 <span class="hub-main-cta"> Bekijk de pagina<span aria-hidden="true">→</span></span>34 <span class="hub-main-cta"><%= t('phub.view_page') %> <span aria-hidden="true">→</span></span> 35 35 </a> 36 36 </section> … … 43 43 <section class="hub-sec"> 44 44 <h2 class="hub-sec-title"> 45 Leden45 <%= t('phub.members') %> 46 46 <% if (_hasMore) { %><span class="hub-sec-count"><%= _total %></span><% } %> 47 47 </h2> … … 57 57 <span class="roster-name"><%= a.title %></span> 58 58 <% if (a.tagline) { %><span class="roster-tag"><%= a.tagline %></span><% } %> 59 <span class="roster-count"><%= a.post_count %> post<%= a.post_count === 1 ? '' : 's'%></span>59 <span class="roster-count"><%= a.post_count %> <%= a.post_count === 1 ? t('phub.post_one') : t('phub.post_many') %></span> 60 60 </a> 61 61 <% }); %> … … 63 63 <% if (_hasMore) { %> 64 64 <div class="hub-more"> 65 <a class="hub-more-link" href="/leden"> Alle <%= _total %> leden<span aria-hidden="true">→</span></a>65 <a class="hub-more-link" href="/leden"><%= t('phub.all_members', { n: _total }) %> <span aria-hidden="true">→</span></a> 66 66 </div> 67 67 <% } %> … … 72 72 <% if (posts && posts.length) { %> 73 73 <section class="hub-sec"> 74 <h2 class="hub-sec-title"> Laatste posts van onze leden.</h2>74 <h2 class="hub-sec-title"><%= t('phub.latest_posts') %></h2> 75 75 <div class="hub-feed"> 76 76 <% posts.forEach(function(p){ %>
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)