{% import "macros/macros.html" as post_macros %} {# Site title #} {% set current_path = current_path | default(value="/") %} {% if current_path == "/" %} {{ config.title | default(value="Home") }} {% else %} {{ page.title | default(value=config.title) | default(value="Post") }} {% endif %} {# Favicon #} {% if config.extra.favicon %} {% endif %} {# RSS #} {% if config.extra.stylesheets %} {% for stylesheet in config.extra.stylesheets %} {% endfor %} {% endif %} {% if is_404 %} {% else %} {% endif %} {% if config.extra.headerImage %} {% endif %} {% set current_url = current_url | default(value="/") %}