forked from ag_kommunikation/webseite
feat: Titel und Anreißertext von Podcast-/Blogübersicht entfernt.
This commit is contained in:
parent
1b40758b51
commit
c815902512
@ -1,5 +1,8 @@
|
|||||||
_model: aggregator_page
|
_model: aggregator_page
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# Title und Body werden aktuell nicht gerendert.
|
||||||
|
|
||||||
title: Aktuelles
|
title: Aktuelles
|
||||||
---
|
---
|
||||||
body: Die neusten Blogposts und Podcastepisoden siehst Du hier, die vollständige Historie findest Du unter [Blog](/blog) und [Podcast](/podcast).
|
body: Die neusten Blogposts und Podcastepisoden siehst Du hier, die vollständige Historie findest Du unter [Blog](/blog) und [Podcast](/podcast).
|
||||||
|
@ -8,19 +8,6 @@
|
|||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endblock -%}
|
{%- endblock -%}
|
||||||
{% block body %}
|
{% 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">
|
<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