fix: Section geschlossen.
This commit is contained in:
parent
068f8a799b
commit
e5fb1515ca
@ -9,14 +9,15 @@
|
||||
{%- endblock -%}
|
||||
{% block body %}
|
||||
<section class="content">
|
||||
<div class="content__box">
|
||||
<div class="content__box">
|
||||
<div class="content__inner_box">
|
||||
<h2>{{ this.title }}</h2>
|
||||
{{ this.body }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content__box">
|
||||
<div class="content__box">
|
||||
<div class="content__inner_box">
|
||||
<h2>{{ this.title }}</h2>
|
||||
{{ this.body }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="card_grid -no_pad">
|
||||
{% 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) %}
|
||||
|
Loading…
Reference in New Issue
Block a user