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