layout: page


{{ content }}

<section> {% for post in site.posts %}

<a class="link black-80" href="{{ post.url | relative_url }}">
  <article class="pv1">
    <h3 class="f5 f4-m f4-l fw4 lh-title mb0 underline">{{ post.title | escape }}</h3>
 </article>
</a>

{% endfor %} </section>