Index: src/views/partials/bottom-tab.ejs
===================================================================
--- src/views/partials/bottom-tab.ejs	(revision 2cc887bf7dea6c0b2111115007c817e3fae28258)
+++ src/views/partials/bottom-tab.ejs	(revision b94c08ee93afe04552667726a69e8b5eb5629d16)
@@ -59,7 +59,7 @@
   <% if (_canPost) { %>
     <a class="bottom-tab-item bottom-tab-fab<%= _active === 'create' ? ' is-active' : '' %>"
-       href="/posts/new"
-       hx-get="/posts/new?partial=1" hx-target="#pcms-main" hx-swap="innerHTML"
-       hx-push-url="/posts/new" hx-indicator="#pcms-loading"
+       href="<%= _siteUrlBase %>/posts/new"
+       hx-get="<%= _siteUrlBase %>/posts/new?partial=1" hx-target="#pcms-main" hx-swap="innerHTML"
+       hx-push-url="<%= _siteUrlBase %>/posts/new" hx-indicator="#pcms-loading"
        aria-label="Nieuwe post">
       <svg class="bottom-tab-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
