{{ page.title }}
{{ page.description }}
authors: {%- for tag in page.taxonomies.authors | sort | unique(case_sensitive=false) %}
{{ tag }}
{% endfor -%}
written: {{ page.date }}
tags: {%- for tag in page.taxonomies.tags | sort | unique(case_sensitive=false) %}
#{{ tag }}
{% endfor -%}