10 lines
189 B
HTML
10 lines
189 B
HTML
---
|
|
layout: default
|
|
title: JAUFHEBEN
|
|
---
|
|
|
|
{% for post in site.posts %}
|
|
<a href="{{ post.url }}">{{ post.title }}</a>
|
|
{{ post.excerpt | truncate: site.excerpt_length }}
|
|
{% endfor %}
|