{% include head.html %} {{ site.title }} {% include opengraph.html %}

{{ page.title }}

{% if page.subtitle %}

{{ page.subtitle }}

{% endif %} {% if page.tags %}{% include tags.html tags=page.tags %}{% endif %}
{{ content }}

Recent posts

{% for post in site.posts limit:4 %}
post cover

{{ post.title }}

{{ post.subtitle }}
{% include tags.html tags=post.tags %}
{% endfor %}
Go to all posts