Changeset 4885eab in Klonkt for src/views/pages/404.ejs
- Timestamp:
- 06/21/2026 03:05:14 PM (3 months ago)
- Branches:
- main
- Children:
- 5e61b17
- Parents:
- bbf9d1a
- File:
-
- 1 edited
-
src/views/pages/404.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/404.ejs
rbbf9d1a r4885eab 1 1 <section class="nf"> 2 2 <div class="nf-code">404</div> 3 <h1 class="nf-title"> Pagina niet gevonden</h1>4 <p class="nf-sub"> Deze pagina bestaat niet (meer). Misschien is de link verouderd of verkeerd getypt.</p>3 <h1 class="nf-title"><%= t('e404.title') %></h1> 4 <p class="nf-sub"><%= t('e404.sub') %></p> 5 5 <div class="nf-actions"> 6 <a class="nf-btn nf-btn-primary" href="<%= (typeof siteUrlBase !== 'undefined' && siteUrlBase) ? siteUrlBase : '' %>/">← Naar de homepagina</a>6 <a class="nf-btn nf-btn-primary" href="<%= (typeof siteUrlBase !== 'undefined' && siteUrlBase) ? siteUrlBase : '' %>/">← <%= t('e404.home') %></a> 7 7 <% if (typeof site !== 'undefined' && site && site.show_archive_link !== 0) { %> 8 <a class="nf-btn" href="<%= (typeof siteUrlBase !== 'undefined' && siteUrlBase) ? siteUrlBase : '' %>/archive"> Archief</a>8 <a class="nf-btn" href="<%= (typeof siteUrlBase !== 'undefined' && siteUrlBase) ? siteUrlBase : '' %>/archive"><%= t('e404.archive') %></a> 9 9 <% } %> 10 10 </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)