{% if page.date %}
·
{{ page.reading_time }}min
{% endif %}
{% if page.authors | length > 0 %}
{% set author = page.authors | join(sep=", ") %}
{% else %}
{% set author = config.author %}
{% endif %}
{% if author %}
·
{{ author }}
{% endif %}
{% include "injects/page_info.html" ignore missing %}