Ignore:
Timestamp:
06/14/2026 06:55:44 PM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
ddecd9a
Parents:
74c2473
Message:

feat: directory URL /artiesten -> /leden + count 'N Klonkt's'

  • Route mounted at /leden; /artiesten 301-redirects (query preserved) for old links. 'leden' added to reserved slugs (both lists).
  • Internal links (hub-home more-link, directory search action + clear) -> /leden.
  • Directory count 'N PrutFolio's' -> 'N Klonkt's'.

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/artists-directory.ejs

    r74c2473 ra1c8cb8  
    2828  <header class="adir-head container">
    2929    <h1 class="adir-title">Leden</h1>
    30     <p class="adir-sub"><%= total %> <%= total === 1 ? 'lid' : 'leden' %></p>
     30    <p class="adir-sub"><%= total %> Klonkt<%= total === 1 ? '' : "'s" %></p>
    3131
    32     <form class="adir-search" method="get" action="/artiesten" role="search">
     32    <form class="adir-search" method="get" action="/leden" role="search">
    3333      <input type="search" name="q" value="<%= q %>" placeholder="Zoek op naam…"
    3434             autocomplete="off" aria-label="Zoek leden">
     
    3636        <svg viewBox="0 0 24 24" width="18" height="18" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="7"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>
    3737      </button>
    38       <% if (q) { %><a class="adir-search-clear" href="/artiesten">Wissen</a><% } %>
     38      <% if (q) { %><a class="adir-search-clear" href="/leden">Wissen</a><% } %>
    3939    </form>
    4040  </header>
Note: See TracChangeset for help on using the changeset viewer.