--- layout: base.njk isProject: true pagination: size: 10 useContainer: true ---

{{ title }}

{% if (sourceUrl or projectSite) %} {% endif %} {{ content | safe }}

Posts

All blog posts that reference {{title}}, ordered oldest to newest.

{%- for item in pagination.items %} {% if item.data.published != false %}

{{ item.data.title }}

on {{ item.page.date | formatDate }}, takes {{ item.content | timeToRead }} to read.

{% endif %} {% endfor -%}
{% include "components/pagination.njk" %}