{{ site.title }}
{% if theme.nav %}
{% for item in theme.nav %}
{% if item.get('items') %}
{% for subitem in item.items %} {{ subitem.text }} {% endfor %}
{% else %} {{ item.text }} {% endif %}
{% endfor %}
{% endif %} {% if theme.socialLinks %}
{% for social in theme.socialLinks %} {% if social.icon == "github" %} {% elif social.icon == "twitter" %} {% elif social.icon == "linkedin" %} {% else %} {{ social.icon }} {% endif %} {% endfor %}
{% endif %}