Mit layout?

This commit is contained in:
Lynn Ochs 2017-10-05 13:18:51 +02:00
parent c56f954afb
commit 0533e94ddc

View File

@ -1,5 +1,6 @@
---
title: "Posts"
layout: default
---
{% for post in site.posts %}
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>