{% if page %} {% else %} {% 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 %}