fix: Section geschlossen.
This commit is contained in:
parent
068f8a799b
commit
e5fb1515ca
@ -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) %}
|
||||||
|
Loading…
Reference in New Issue
Block a user