{% if config.extra.blog.author %}
{{ config.extra.blog.author }}
·
{% endif %}
{% include "partials/article_social.html" %}
{% include ".icons/octicons/calendar-24.svg" %}
{{ page.meta.date.strftime("%Y-%m-%d") }} ·
{% if page.meta.git_revision_date_localized %}Updated {{ page.meta.git_revision_date_localized.replace("\n", "").replace("\r", "") }}
{% endif %}
{% include ".icons/octicons/clock-24.svg" %}
{% set read_time = page.content | wordcount // config.extra.blog.words_read_per_minute|default(300, true) %}
{% if read_time == 0 %}
{% set read_time = 1 %}
{% endif %}
{{ read_time }} min read