{% import "macros/macros.html" as post_macros %} {% if page.extra.meta %} {% for data in page.extra.meta %} {% endfor %} {% endif %} {% if current_path == "/" %} {{ config.title | default(value="Home") }} {% if not page_has_og_title %} {% endif %} {% else %} {% if page.title %} {{ page.title }} {% elif config.title %} {{ config.title }} {% else %} Post {% endif %} {% if not page_has_og_title %} {% endif %} {% endif %} {% if not page_has_og_description %} {% if page.description %} {% elif config.description %} {% endif %} {% endif %} {% if not page_has_description %} {% if page.description %} {% elif config.description %} {% endif %} {% endif %} {% if config.extra.favicon %} {% endif %} {# opengraph, twitter_cards #} {% if config.extra.ga %} {% 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 %} {% if config.extra.useCDN | default(value=false) %} {% else %} {% endif %} {% if config.extra.mode == "auto" or config.extra.mode == "dark" or config.extra.mode == "toggle" %} {% endif %} {% if config.extra.katex_enable %} {% endif %} {# TODO: custom css and js. #}