--- layout: default --- {% assign typefaces = site.typefaces | where: 'category', page.category %}
{% for typeface in typefaces %} {% include sample.html %} {% endfor %}