{% if page.title != "about" %} {% assign name = site.title | split: ' ' %} {{ name | first }} {{ name | last }} {% elsif site.show_social_icons %}
{% 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 %}
  • {{ p.title }} {% if page.title == p.title %} (current) {% endif %}
  • {% endif %} {% endfor %}