Changeset 4885eab in Klonkt for src/views/pages/archive.ejs
- Timestamp:
- 06/21/2026 03:05:14 PM (3 months ago)
- Branches:
- main
- Children:
- 5e61b17
- Parents:
- bbf9d1a
- File:
-
- 1 edited
-
src/views/pages/archive.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/archive.ejs
rbbf9d1a r4885eab 9 9 <a href="<%= _archBase %>/" class="btn archive-back" 10 10 hx-get="<%= _archBase %>/?partial=1" hx-target="#pcms-main" 11 hx-push-url="<%= _archBase %>/" hx-indicator="#pcms-loading">← Terug</a>11 hx-push-url="<%= _archBase %>/" hx-indicator="#pcms-loading">← <%= t('parch.back') %></a> 12 12 </p> 13 <h1> Archief</h1>14 <p class="archive-meta"><%= totalPosts %> bericht<%= totalPosts !== 1 ? 'en' : ''%></p>13 <h1><%= t('parch.title') %></h1> 14 <p class="archive-meta"><%= totalPosts === 1 ? t('parch.count_one', { n: totalPosts }) : t('parch.count_many', { n: totalPosts }) %></p> 15 15 16 16 <% if (totalPosts === 0) { %> 17 <p class="empty-state"> Nog geen berichten.</p>17 <p class="empty-state"><%= t('parch.empty') %></p> 18 18 <% } %> 19 19
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)