{% if config.theme.logo.icon %} {{ config.theme.logo.icon }} {% else %} {% endif %}
{% block site_name %} {% if page %} {% for parent in page.ancestors %} {{ parent.title }} {% endfor %} {% endif %} {{ page.title | default(config.site_name, true) }} {% endblock %}
{% set glow = ' ' %} {% if page and page.is_homepage %} {% set glow = 'glow' %} {% endif %}
{% block search_box %} {% if "search" in config["plugins"] %} {% include "partials/search.html" %} {% endif %} {% endblock %}
{% if config.repo_url %}
{% include "partials/source.html" %}
{% endif %}
    {% for version in config.extra.previous_published_versions %}
  • {{version}}
  • {% endfor %}