diff --git a/templates/frontpage/blog.html b/templates/frontpage/blog.html
index 356750da69add4f38e671a23d53d72ee5bba5a1b..3bd6fe570303f6967eb88c30ab1162e6859d9744 100644
--- a/templates/frontpage/blog.html
+++ b/templates/frontpage/blog.html
@@ -3,7 +3,7 @@
   <div class="container">
     <h2 class="title is-2">{{ title | default(value="Aus dem Teckids-Blog") }}</h2>
     <div class="columns is-multiline is-same-height mt-4">
-      {% for post in blog_section.pages | slice(end=4) %}
+      {% for post in blog_section.pages | slice(end=6) %}
         <div class="column is-one-third">
           {% include "blog/card.html" %}
         </div>