Index: src/views/pages/admin.ejs
===================================================================
--- src/views/pages/admin.ejs	(revision 1ecbf71b0ab8b91f272785c385b0cd8d715b818d)
+++ src/views/pages/admin.ejs	(revision 297c77de57b09b006ce0c4b342071e244263cefb)
@@ -55,8 +55,8 @@
     <% } %>
     <% if (typeof apEnabled === 'undefined' || apEnabled) { %>
-      <a href="/tijdlijn" class="btn">🌐 <%= t('tl.title') %></a>
-      <a href="/meldingen" class="btn">🔔 <%= t('notif.title') %></a>
+      <a href="/timeline" class="btn">🌐 <%= t('tl.title') %></a>
+      <a href="/notifications" class="btn">🔔 <%= t('notif.title') %></a>
       <a href="/fediverse" class="btn">🐘 <%= t('admin.b_fediverse') %></a>
-      <a href="/blokkeren" class="btn">🚫 <%= t('blk.title') %></a>
+      <a href="/blocking" class="btn">🚫 <%= t('blk.title') %></a>
     <% } %>
     <a href="/admin/updates" class="btn"><%= t('admin.b_updates') %></a>
Index: src/views/pages/blocks.ejs
===================================================================
--- src/views/pages/blocks.ejs	(revision 1ecbf71b0ab8b91f272785c385b0cd8d715b818d)
+++ src/views/pages/blocks.ejs	(revision 297c77de57b09b006ce0c4b342071e244263cefb)
@@ -6,5 +6,5 @@
   <% if (typeof error !== 'undefined' && error) { %><div class="alert alert-error"><%= error %></div><% } %>
 
-  <form method="post" action="/blokkeren/add" class="bl-form">
+  <form method="post" action="/blocking/add" class="bl-form">
     <input type="text" name="target" placeholder="@naam@server.social  •  server.social" autocomplete="off" spellcheck="false" required>
     <button type="submit" class="btn btn-primary"><%= t('blk.block_btn') %></button>
@@ -19,5 +19,5 @@
           <span class="bl-kind"><%= b.kind === 'domain' ? '🌐' : '👤' %></span>
           <span class="bl-label"><%= b.label || b.target %></span>
-          <form method="post" action="/blokkeren/remove"><input type="hidden" name="target" value="<%= b.target %>"><button type="submit" class="bl-unblock"><%= t('blk.unblock') %></button></form>
+          <form method="post" action="/blocking/remove"><input type="hidden" name="target" value="<%= b.target %>"><button type="submit" class="bl-unblock"><%= t('blk.unblock') %></button></form>
         </li>
       <% }); %>
Index: src/views/pages/timeline.ejs
===================================================================
--- src/views/pages/timeline.ejs	(revision 1ecbf71b0ab8b91f272785c385b0cd8d715b818d)
+++ src/views/pages/timeline.ejs	(revision 297c77de57b09b006ce0c4b342071e244263cefb)
@@ -47,12 +47,12 @@
 
           <div class="tl-actions">
-            <form method="post" action="/tijdlijn/like" class="tl-act-form"><input type="hidden" name="note" value="<%= p.id %>"><input type="hidden" name="author" value="<%= p.author_uri %>"><button type="submit" class="tl-act" title="<%= t('fedi.likes') %>">⭐</button></form>
+            <form method="post" action="/timeline/like" class="tl-act-form"><input type="hidden" name="note" value="<%= p.id %>"><input type="hidden" name="author" value="<%= p.author_uri %>"><button type="submit" class="tl-act" title="<%= t('fedi.likes') %>">⭐</button></form>
             <% if (p.boosted) { %>
-            <form method="post" action="/tijdlijn/unboost" class="tl-act-form"><input type="hidden" name="note" value="<%= p.id %>"><input type="hidden" name="author" value="<%= p.author_uri %>"><button type="submit" class="tl-act tl-act-on" title="<%= t('tl.unboost') %>">🔁</button></form>
+            <form method="post" action="/timeline/unboost" class="tl-act-form"><input type="hidden" name="note" value="<%= p.id %>"><input type="hidden" name="author" value="<%= p.author_uri %>"><button type="submit" class="tl-act tl-act-on" title="<%= t('tl.unboost') %>">🔁</button></form>
             <% } else { %>
-            <form method="post" action="/tijdlijn/boost" class="tl-act-form"><input type="hidden" name="note" value="<%= p.id %>"><input type="hidden" name="author" value="<%= p.author_uri %>"><button type="submit" class="tl-act" title="<%= t('fedi.boosts') %>">🔁</button></form>
+            <form method="post" action="/timeline/boost" class="tl-act-form"><input type="hidden" name="note" value="<%= p.id %>"><input type="hidden" name="author" value="<%= p.author_uri %>"><button type="submit" class="tl-act" title="<%= t('fedi.boosts') %>">🔁</button></form>
             <% } %>
             <button type="button" class="tl-act fedi-remote-reply-btn" data-fedi-uri="<%= p.id %>" data-fedi-ph="<%= t('fedi.remote_ph') %>" title="<%= t('fedi.remote_reply') %>">↩</button>
-            <form method="post" action="/blokkeren/add" class="tl-act-form" onsubmit="return confirm('<%= t('tl.block') %>?');"><input type="hidden" name="target" value="<%= p.author_uri %>"><button type="submit" class="tl-act tl-act-block" title="<%= t('tl.block') %>">🚫</button></form>
+            <form method="post" action="/blocking/add" class="tl-act-form" onsubmit="return confirm('<%= t('tl.block') %>?');"><input type="hidden" name="target" value="<%= p.author_uri %>"><button type="submit" class="tl-act tl-act-block" title="<%= t('tl.block') %>">🚫</button></form>
           </div>
         </li>
Index: src/views/pages/volgend.ejs
===================================================================
--- src/views/pages/volgend.ejs	(revision 1ecbf71b0ab8b91f272785c385b0cd8d715b818d)
+++ src/views/pages/volgend.ejs	(revision 297c77de57b09b006ce0c4b342071e244263cefb)
@@ -10,5 +10,5 @@
   </div>
 
-  <form method="post" action="/tijdlijn/follow" class="tl-follow">
+  <form method="post" action="/timeline/follow" class="tl-follow">
     <input type="text" name="handle" placeholder="@naam@server.social of site.com" autocomplete="off" spellcheck="false" required>
     <button type="submit" class="btn btn-primary"><%= t('tl.follow_btn') %></button>
@@ -27,9 +27,9 @@
             <% if (f.status === 'pending') { %><span class="tl-pending"><%= t('tl.pending') %></span><% } %>
           </span>
-          <form method="post" action="/tijdlijn/autoboost" class="tl-foll-ab" title="<%= t('tl.autoboost_hint') %>">
+          <form method="post" action="/timeline/autoboost" class="tl-foll-ab" title="<%= t('tl.autoboost_hint') %>">
             <input type="hidden" name="actor_uri" value="<%= f.actor_uri %>">
             <label><input type="checkbox" name="auto_boost" value="1" <%= f.auto_boost ? 'checked' : '' %> onchange="this.form.submit()"> ✨ <%= t('tl.autoboost') %></label>
           </form>
-          <form method="post" action="/tijdlijn/unfollow"><input type="hidden" name="actor_uri" value="<%= f.actor_uri %>"><button type="submit" class="tl-unfollow"><%= t('tl.unfollow') %></button></form>
+          <form method="post" action="/timeline/unfollow"><input type="hidden" name="actor_uri" value="<%= f.actor_uri %>"><button type="submit" class="tl-unfollow"><%= t('tl.unfollow') %></button></form>
         </li>
       <% }); %>
