diff --git a/it4i_theme/footer.html b/it4i_theme/footer.html
index a8fb48b9f392201b2e83d93fa514abf3c3a177b9..e9de7f7011b31a6db7fc86b989f0663c71d595a5 100644
--- a/it4i_theme/footer.html
+++ b/it4i_theme/footer.html
@@ -19,6 +19,23 @@
         </a>
       {% endif %}
     </div>
+    <div class="next">
+        <a href="" title="Yes">
+          <span class="direction">
+            {{ config.extra.get("i18n", {}).next | default("Next") }}
+          </span>
+          <div class="page">
+            <div class="stretch">
+              <div class="title">
+                {{ next_page.title }}
+              </div>
+            </div>
+            <div class="button button-next" role="button" aria-label="Yes">
+              <i class="icon icon-forward"></i>
+            </div>
+          </div>
+        </a>
+    </div>
     <div class="next">
       {% if next_page %}
         <a href="{{ next_page.url }}" title="{{ next_page.title }}">