{% import "macros/macros.html" as post_macros %} {# Site title #} {% set current_path = current_path | default(value="/") %} {% if current_path == "/" %} {{ config.title }} {% else %} {{ page.title | default(value=config.title) | default(value="Posts") |safe}} {% endif %} {# Favicon #} {% if config.extra.favicon %} {% endif %} {# Font from cdn or disk #} {% if config.extra.use_cdn | default(value=false) %} {% else %} {% endif %} {# if need icon, load feather.js #} {% if config.extra.social and config.extra.useCDN | default(value=false) %} {% elif config.extra.social or config.extra.mode == "toggle" %} {% endif %} {# RSS #} {# GA #} {% if config.extra.stylesheets %} {% for stylesheet in config.extra.stylesheets %} {% endfor %} {% endif %}