cpred/_layouts/home.html

14 lines
392 B
HTML

---
layout: default
---
{% for post in site.posts %}
<article>
<h1 class="cyber-h" style="margin-bottom: 0;"><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h1>
<p style="margin-top: 0;"><small>{{ post.date | date: "%d.%m.%Y" }}</small></p>
<p>{{ post.excerpt }}</p>
<a href="{{ post.url | relative_url }}">Weiterlesen...</a>
</article>
<hr>
{% endfor %}