spielwiese #201

Merged
muli merged 145 commits from spielwiese into main 2023-08-08 21:18:13 +02:00
Showing only changes of commit e5fb1515ca - Show all commits

View File

@ -9,14 +9,15 @@
{%- endblock -%} {%- endblock -%}
{% block body %} {% block body %}
<section class="content"> <section class="content">
<div class="content__box"> <div class="content__box">
<div class="content__box"> <div class="content__box">
<div class="content__inner_box"> <div class="content__inner_box">
<h2>{{ this.title }}</h2> <h2>{{ this.title }}</h2>
{{ this.body }} {{ this.body }}
</div> </div>
</div> </div>
</div> </div>
</section>
<section class="card_grid -no_pad"> <section class="card_grid -no_pad">
{% set blog_posts = site.get('/blog').children.order_by('-pub_date').limit(3) %} {% set blog_posts = site.get('/blog').children.order_by('-pub_date').limit(3) %}
{% set episodes = site.get('/podcast').children.order_by('-pub_date').limit(3) %} {% set episodes = site.get('/podcast').children.order_by('-pub_date').limit(3) %}