Christopher Himes
https://christopherhimes.com/
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
{% for post in site.posts %}
{% if post.tags contains page.tag %}
{{ post.title }}{{ post.date | date: date_format }}
{% endif %}
{% endfor %}