oliverdavies.uk/source/_pages/blog.html.twig

11 lines
137 B
Twig
Raw Normal View History

2021-06-30 07:00:00 +00:00
---
title: Blog
use:
- posts
---
{% for post in data.posts %}
<a href="{{ post.url }}">{{ post.title }}</a>
<br>
{% endfor %}