{{ site.title }} {{ site.title }}
{% for item in site.nav_links %} {% if item.children %}
{% for child in item.children %} {% assign href = child.url %} {% assign is_external = false %} {% if href contains '://' or href contains 'mailto:' %} {% assign is_external = true %} {% endif %} {{ child.label }} {% endfor %}
{% else %} {% assign href = item.url %} {% assign is_external = false %} {% if href contains '://' or href contains 'mailto:' %} {% assign is_external = true %} {% endif %} {{ item.label }} {% endif %} {% endfor %}
{% for item in site.cta_links %} {% if item.icon == 'github' %} {% elsif item.icon == 'discord' %} {% elsif item.icon == 'youtube' %} {% elsif item.icon == 'mail' %} {% else %} {% endif %} {% endfor %}
{% for item in site.nav_links %} {% if item.children %}
{% for child in item.children %} {% assign href = child.url %} {% assign is_external = false %} {% if href contains '://' or href contains 'mailto:' %} {% assign is_external = true %} {% endif %} {{ child.label }} {% endfor %}
{% else %} {% assign href = item.url %} {% assign is_external = false %} {% if href contains '://' or href contains 'mailto:' %} {% assign is_external = true %} {% endif %} {{ item.label }} {% endif %} {% endfor %}
{% for item in site.cta_links %} {{ item.label }} {% endfor %}