Skip to content
Snippets Groups Projects
Unverified Commit 21b696ad authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix number of blog posts on front page

parent 2c51575d
No related branches found
No related tags found
No related merge requests found
Pipeline #185769 failed
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment