diff --git a/_includes/footer.html b/_includes/footer.html index aebe0e9..dafd436 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -40,14 +40,14 @@

Research

Socials

@@ -56,7 +56,7 @@

Projects

diff --git a/_includes/header.html b/_includes/header.html index a9cb5b3..7411768 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -71,17 +71,8 @@ l:p-0 " > - {% for nav in site.data.navigation %} -
  • - {% if nav.path %} - {{ nav.title }} - {% endif %} {% if nav.link %} - {{ nav.title }} - {% endif %} -
  • - {% endfor %} + {% for nav in site.data.navigation %} {% include nav-item.html %} {% + endfor %} @@ -140,17 +131,8 @@ font-normal " > - {% for nav in site.data.navigation %} -
  • - {% if nav.path %} - {{ nav.title }} - {% endif %} {% if nav.link %} - {{ nav.title }} - {% endif %} -
  • - {% endfor %} + {% for nav in site.data.navigation %} {% include nav-item.html %} {% + endfor %}