diff --git a/_includes/nav.html b/_includes/nav.html index 4bf7adf..11ce834 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,5 +1,6 @@ {% for item in site.data.nav.list %} - {{item.title}} + {{item.title}} + {{item.url[0]}} {% endfor %}
{{item.url[0]}}