diff --git a/src/_data/navigation.json b/src/_data/navigation.json index 9111166..8c3da93 100644 --- a/src/_data/navigation.json +++ b/src/_data/navigation.json @@ -1,24 +1,37 @@ { - "items": [ - { - "text": "About", - "url": "/about/" - }, - { - "text": "Portfolio", - "url": "/portfolio/" - }, - { - "text": "Personal", - "url": "/personal/" - }, - { - "text": "Blog", - "url": "/blog/" - }, - { - "text": "Documentation", - "url": "/documentation/" - } - ] -} + "items": [ + { + "text": "About", + "url": "/about/", + "sections": [ + "Bio", + "Contact Me" + ] + }, + { + "text": "Portfolio", + "url": "/portfolio/", + "sections": [ + "Resume", + "Professional Experience", + "Education", + "Research" + ] + }, + { + "text": "Personal", + "url": "/personal/", + "sections": [] + }, + { + "text": "Blog", + "url": "/blog/", + "sections": [] + }, + { + "text": "Documentation", + "url": "/documentation/", + "sections": [] + } + ] +} \ No newline at end of file diff --git a/src/_includes/layouts/portfolio.html b/src/_includes/layouts/portfolio.html index 23fa51c..eb5e087 100644 --- a/src/_includes/layouts/portfolio.html +++ b/src/_includes/layouts/portfolio.html @@ -2,9 +2,9 @@ {% extends "layouts/base.html" %} {% block content %}