Published
{# Uncomment if you want the author shown #}
{#{% if article.author %}#}
{#By#}
{# {{ article.author }}#}
{#{% endif -%}-#}
{%- if article.readtime_minutes -%}
Reading Time
~{{ article.readtime_minutes }} min
{%- elif article.stats -%}
Reading Time
~{{ article.stats['read_mins'] }} min
{%- endif -%}
{#- Uncomment if you want to show Categories#}
{#Category#}
{#{{ article.category }}-#}
{%- if PDF_PROCESSOR %}
PDF
{% endif -%}
{%- include 'includes/taglist.html' %}
{% import 'includes/translations.html' as translations with context %}
{{ translations.translations_for(article) }}