{% if page %} {% set page_title = page.title | default(value=config.title) %} {% set description = page.description | default(value=page_title) %} {% set image = page.extra.cover_image | default(value=config.extra.social_image) %} {% if image %} {% endif %} {% else %} {% set description = config.description | default(value="A personal blog") %} {% if config.extra.social_image %} {% endif %} {% endif %} {% if section.path is defined and section.path == "/" %} {% if config.extra.profile.avatar_url %} {% endif %} {% if config.extra.profile.social %} {% for social in config.extra.profile.social %} {% endfor %} {% endif %} {% endif %} {% if page.extra.math | default(value=config.extra.math) %} {% include "partials/math.html" %} {% endif %} {% if page.extra.mermaid | default(value=config.extra.mermaid) %} {% include "partials/mermaid.html" %} {% endif %} {% if config.generate_feed %} {% if config.feed_filename == "atom.xml" %} {% elif config.feed_filename == "rss.xml" %} {% endif %} {% endif %}