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><% } %>
