feat: Titel und Anreißertext von Podcast-/Blogübersicht entfernt.

This commit is contained in:
muli 2023-05-16 11:50:09 +02:00
parent 1b40758b51
commit c815902512
2 changed files with 3 additions and 13 deletions

View File

@ -1,5 +1,8 @@
_model: aggregator_page
---
# Title und Body werden aktuell nicht gerendert.
title: Aktuelles
---
body: Die neusten Blogposts und Podcastepisoden siehst Du hier, die vollständige Historie findest Du unter [Blog](/blog) und [Podcast](/podcast).

View File

@ -8,19 +8,6 @@
{%- endif -%}
{%- endblock -%}
{% block body %}
<div class="content__box">
<div class="content__inner_box">
<h1>{{ this.title }}</h1>
</div>
</div>
<section class="content -odd">
<div class="content__box">
<div class="content__inner_box">
{{ this.body }}
</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) %}