layout: default


{% if page.introduction %} <section class=“f5 fw4 lh-copy measure”>

{{ page.introduction | markdownify }}

</section> {% endif %}

{% for post in site.posts limit: site.data.theme.text.post_limit %} <a class=“link black-80” href=“{{ post.url | relative_url }}”>

 <article class="pv1 measure">
   <h3 class="f5 f4-m f4-l fw4 lh-title mb0 underline">{{ post.title | escape }}</h3>
</article>

</a> {% endfor %}