Index: src/views/pages/authorize-interaction.ejs
===================================================================
--- src/views/pages/authorize-interaction.ejs	(revision a6e6f63ed1990274f31f097b15cd400efe1a28f8)
+++ src/views/pages/authorize-interaction.ejs	(revision 5e3be97c2d23d1f2d59d991d4131164ad61ab590)
@@ -1,4 +1,5 @@
 <div class="auth-interact">
   <% if (typeof manage !== 'undefined' && manage) { %>
+    <%- include('../partials/fedi-tabs', { active: 'reacties' }) %>
     <h1 class="auth-interact-title"><%= t('fedi.manage_title') %></h1>
     <% if (!manage.length) { %>
Index: src/views/pages/blocks.ejs
===================================================================
--- src/views/pages/blocks.ejs	(revision a6e6f63ed1990274f31f097b15cd400efe1a28f8)
+++ src/views/pages/blocks.ejs	(revision 5e3be97c2d23d1f2d59d991d4131164ad61ab590)
@@ -1,3 +1,4 @@
 <div class="bl-wrap">
+  <%- include('../partials/fedi-tabs', { active: 'blokkeren' }) %>
   <h1 class="bl-title"><%= t('blk.title') %></h1>
   <p class="bl-lead"><%= t('blk.lead') %></p>
Index: src/views/pages/fedi-notifications.ejs
===================================================================
--- src/views/pages/fedi-notifications.ejs	(revision a6e6f63ed1990274f31f097b15cd400efe1a28f8)
+++ src/views/pages/fedi-notifications.ejs	(revision 5e3be97c2d23d1f2d59d991d4131164ad61ab590)
@@ -1,4 +1,4 @@
 <div class="nt-wrap">
-  <p class="fedi-back"><a class="btn btn-primary" href="/"><%= t('nav.back_to_site') %></a></p>
+  <%- include('../partials/fedi-tabs', { active: 'meldingen' }) %>
   <h1 class="nt-title"><%= t('notif.title') %></h1>
   <% if (!items || !items.length) { %>
Index: src/views/pages/timeline.ejs
===================================================================
--- src/views/pages/timeline.ejs	(revision a6e6f63ed1990274f31f097b15cd400efe1a28f8)
+++ src/views/pages/timeline.ejs	(revision 5e3be97c2d23d1f2d59d991d4131164ad61ab590)
@@ -1,7 +1,6 @@
 <div class="tl-wrap">
-  <p class="fedi-back"><a class="btn btn-primary" href="/"><%= t('nav.back_to_site') %></a></p>
+  <%- include('../partials/fedi-tabs', { active: 'feed' }) %>
   <h1 class="tl-title"><%= t('tl.title') %></h1>
   <p class="tl-lead"><%= t('tl.lead') %></p>
-  <%- include('../partials/tl-tabs', { active: 'feed' }) %>
   <% if (typeof success !== 'undefined' && success) { %><div class="alert alert-success"><%= success %></div><% } %>
   <% if (typeof error !== 'undefined' && error) { %><div class="alert alert-error"><%= error %></div><% } %>
Index: src/views/pages/volgend.ejs
===================================================================
--- src/views/pages/volgend.ejs	(revision a6e6f63ed1990274f31f097b15cd400efe1a28f8)
+++ src/views/pages/volgend.ejs	(revision 5e3be97c2d23d1f2d59d991d4131164ad61ab590)
@@ -1,6 +1,6 @@
 <div class="tl-wrap">
+  <%- include('../partials/fedi-tabs', { active: 'following' }) %>
   <h1 class="tl-title"><%= t('tl.title') %></h1>
   <p class="tl-lead"><%= t('tl.lead') %></p>
-  <%- include('../partials/tl-tabs', { active: 'following' }) %>
   <% if (typeof success !== 'undefined' && success) { %><div class="alert alert-success"><%= success %></div><% } %>
   <% if (typeof error !== 'undefined' && error) { %><div class="alert alert-error"><%= error %></div><% } %>
