{% if page.title != "about" %} {% if site.title == "blank" %}{{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}{% else %}{{ site.title }}{% endif %} {% elsif site.enable_navbar_social %}
{% include social.html %}
{% endif %}
  • about {% if page.title == "about" %} (current) {% endif %}
  • {% if site.blog_name %}
  • blog {% if page.title == "blog" %} (current) {% endif %}
  • {% endif %} {% assign sorted_pages = site.pages | sort: "title" %} {% for p in sorted_pages %} {% if p.nav and p.autogen == nil %} {% if p.dropdown %}
  • {{ p.title }} {% if page.title == p.title %} (current) {% endif %}
    {% for child in p.children %} {% if child.title == 'divider' %}
    {% else %} {{ child.title }} {% endif %} {% endfor %}
  • {% else %}
  • {{ p.title }} {% if page.title == p.title %} (current) {% endif %}
  • {% endif %} {% endif %} {% endfor %} {% if site.enable_darkmode %}
    {% endif %}