--- title: Scherbengericht jetzt layout: default --- {% assign intro-page = site.pages | where: "name", "intro.html" | first %} {% assign about-page = site.pages | where: "name", "about.md" | first %} {% include navigation.html %}
{{ intro-page.content }}

{% for post in site.posts reversed %} {% capture id %}{{ post.id | remove:'/' | downcase }}{% endcapture %}
{% if post.icon %}
section icon
{{ post.title }}
{% elsif post.fa-icon %}
{{ post.title }}
{% else %}

{{ post.title }}

{% endif %}
{{ post.content }}

{% endfor %}
{{ about-page.content }}