{% if config.extra.nav.icons %} {{ config.title }} {% else %} {{ config.title }} {% endif %}
    {% for link in config.extra.nav.links %}
  • {% if config.extra.nav.icons %} {% if link.icon %} {{ link.name }} {% else %} {{ link.name }} {% endif %} {% else %} {{ link.name }} {% endif %}
  • {% endfor %}
{% if config.extra.nav.show_feed %} {% if config.extra.nav.icons %} Feed {% else %} Feed {% endif %} {% endif %}