{%- set previous_visible = true -%}
- {% endif %}
+ {%- endif -%}
- {% if config.extra.hcard and config.extra.hcard.enable and ( not author_list or author_list is containing(config.author)) %}
+ {%- if config.extra.hcard and config.extra.hcard.enable and ( not author_list or author_list is containing(config.author)) -%}
{% include "partials/hcard_small.html" %}
- {% endif %}
+ {%- endif -%}
{%- set separator_with_class = "" ~ separator ~ ""-%}
{#- Date -#}
- {% if page.date and macros_settings::evaluate_setting_priority(setting="show_date", page=page, default_global_value=true) == "true" %}
+ {%- if page.date and macros_settings::evaluate_setting_priority(setting="show_date", page=page, default_global_value=true) == "true" -%}
{#- Variable to keep track of whether we've shown a section, to avoid separators as the first element -#}
{%- set previous_visible = true -%}
- {% endif %}
+ {%- endif -%}
{#- Reading time -#}
{%- if macros_settings::evaluate_setting_priority(setting="show_reading_time", page=page, default_global_value=true) == "true" -%}