{% endif %}
{% if post.image %}
{% endif %}
---
layout: layout
title: "Home"
---
{% for post in site.posts %}
{% if post.categories contains 'cover' %}
{{ post.title }}
{{ post.excerpt | markdownify }}
{% endif %}
{% if post.image %}