Index: src/views/partials/fedi-tabs.ejs
===================================================================
--- src/views/partials/fedi-tabs.ejs	(revision dee7f02c64549dd62e867d43308e9ff2c53f041a)
+++ src/views/partials/fedi-tabs.ejs	(revision 0fa59c3afb76a2b269952782eabbe90d0be3309e)
@@ -6,6 +6,6 @@
 <% var _nu = (typeof notifUnread !== 'undefined') ? notifUnread : 0; %>
 <nav class="fedi-tabs" aria-label="Fediverse">
-  <a href="/timeline" class="fedi-tab<%= _a === 'feed' ? ' is-active' : '' %>"
-     hx-get="/timeline?partial=1" hx-target="#pcms-main" hx-swap="innerHTML" hx-push-url="/timeline" hx-indicator="#pcms-loading"><%= t('tl.tab_feed') %></a>
+  <a href="/newspaper" class="fedi-tab<%= _a === 'feed' ? ' is-active' : '' %>"
+     hx-get="/newspaper?partial=1" hx-target="#pcms-main" hx-swap="innerHTML" hx-push-url="/newspaper" hx-indicator="#pcms-loading"><%= t('tl.tab_feed') %></a>
   <a href="/following" class="fedi-tab<%= _a === 'following' ? ' is-active' : '' %>"
      hx-get="/following?partial=1" hx-target="#pcms-main" hx-swap="innerHTML" hx-push-url="/following" hx-indicator="#pcms-loading"><%= t('tl.tab_following') %></a>
Index: src/views/partials/profile-sheet.ejs
===================================================================
--- src/views/partials/profile-sheet.ejs	(revision dee7f02c64549dd62e867d43308e9ff2c53f041a)
+++ src/views/partials/profile-sheet.ejs	(revision 0fa59c3afb76a2b269952782eabbe90d0be3309e)
@@ -65,6 +65,6 @@
       <% if (typeof canManageFedi !== 'undefined' && canManageFedi) { %>
       <li role="none">
-        <a href="/timeline" class="profile-sheet-item" role="menuitem" data-close-sheet
-           hx-get="/timeline?partial=1" hx-target="#pcms-main" hx-swap="innerHTML" hx-push-url="/timeline" hx-indicator="#pcms-loading">
+        <a href="/newspaper" class="profile-sheet-item" role="menuitem" data-close-sheet
+           hx-get="/newspaper?partial=1" hx-target="#pcms-main" hx-swap="innerHTML" hx-push-url="/newspaper" hx-indicator="#pcms-loading">
           <svg class="psi-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="18" cy="5" r="3"/><circle cx="6" cy="12" r="3"/><circle cx="18" cy="19" r="3"/><line x1="8.59" y1="13.51" x2="15.42" y2="17.49"/><line x1="15.41" y1="6.51" x2="8.59" y2="10.49"/></svg>
           <span class="psi-label"><%= t('nav.fediverse') %></span>
Index: src/views/partials/topnav.ejs
===================================================================
--- src/views/partials/topnav.ejs	(revision dee7f02c64549dd62e867d43308e9ff2c53f041a)
+++ src/views/partials/topnav.ejs	(revision 0fa59c3afb76a2b269952782eabbe90d0be3309e)
@@ -158,7 +158,7 @@
               <% } %>
               <% if (typeof canManageFedi !== 'undefined' && canManageFedi) { %>
-                <a href="/timeline" role="menuitem" class="udi"
-                   hx-get="/timeline?partial=1" hx-target="#pcms-main" hx-swap="innerHTML"
-                   hx-push-url="/timeline" hx-indicator="#pcms-loading">
+                <a href="/newspaper" role="menuitem" class="udi"
+                   hx-get="/newspaper?partial=1" hx-target="#pcms-main" hx-swap="innerHTML"
+                   hx-push-url="/newspaper" hx-indicator="#pcms-loading">
                   <svg class="udi-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="18" cy="5" r="3"/><circle cx="6" cy="12" r="3"/><circle cx="18" cy="19" r="3"/><line x1="8.59" y1="13.51" x2="15.42" y2="17.49"/><line x1="15.41" y1="6.51" x2="8.59" y2="10.49"/></svg>
                   <span><%= t('nav.fediverse') %></span>
