Published {{ article.date | article_date -}} {% if article.micro %} at {{ article.date | datetime("%H:%M") }} {%- elif article.gpx -%} , from {{ article.gpx_start_time | datetime("%H:%M") }} to {{ article.gpx_end_time | datetime ("%H:%M") }} {% endif -%} {# Uncomment if you want the author shown #} {#{% if article.author %}#} {#By#} {# {{ article.author }}#} {#{% endif -%}-#} {%- if article.micro -%} {%- else -%} {%- if article.readtime_minutes -%} Reading Time  ~{{ article.readtime_minutes }} min {%- elif article.stats -%} Reading Time  ~{{ article.stats['read_mins'] }} min {%- endif -%} {%- 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) }}