Newer
Older
{% set blog_section = get_section(path="blog/_index.md") %}
<section class="section">
<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) %}
{% include "blog/card.html" %}