Index: src/views/pages/volgend.ejs
===================================================================
--- src/views/pages/volgend.ejs	(revision a6e6f63ed1990274f31f097b15cd400efe1a28f8)
+++ src/views/pages/volgend.ejs	(revision 9e5438e5c6308c9933e1980137432123768de29e)
@@ -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><% } %>
