{%- if page.updated -%} • {%- endif -%}
{%- endif -%}{{ page.title }}
{%- if page.authors or config.extra.show_read_time -%}{%- if page.authors -%} {% include "partials/authors.html" -%} {%- if config.extra.show_read_time -%} • {%- endif -%} {%- endif -%} {%- if config.extra.show_read_time -%} {%- set words = page.content | striptags | safe | wordcount -%} {%- set words_per_minute = config.extra.words_per_minute | default(value=200) -%} {%- set number_of_minutes = words / words_per_minute | round -%} {%- if number_of_minutes == 0 -%} {%- set number_of_minutes = 1 -%} {%- endif -%} {{ macros_translate::translate(key="minutes_read", number=number_of_minutes, default="$NUMBER minute read", language_strings=language_strings) }} {%- if page.taxonomies -%} • {%- endif -%} {%- endif -%}
{%- endif -%} {%- if page.taxonomies -%} {%- for name, taxon in page.taxonomies %} {%- endfor -%} {%- endif %}