This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/articles/index.html.twig

15 lines
263 B
Twig
Raw Normal View History

2019-01-15 08:35:49 +00:00
---
layout: default
title: Articles
use: [posts]
---
{% for post in data.posts if post.favourite %}
<div class="mb-10">
{% include 'blog/post-summary' %}
</div>
{% endfor %}
<div class="markup">
<a href="/articles/archive">Archive</a>
</div>