diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 698c672b47b01d4c8598b6b7545080f6ff19f572..8ce6c7ad65eabfef9cd93812d9913fc7377de83b 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -6,8 +6,8 @@ [[main]] - name = "Research" - url = "#research" + name = "Projects" + url = "#projects" weight = 20 [[main]] diff --git a/content/home/projects.md b/content/home/projects.md index 660aa9778e5e8ba3431019e1603ff1ed60de0e1d..fcc5ba8a64953dc49780ef1bcbe77098d3fdd6cd 100644 --- a/content/home/projects.md +++ b/content/home/projects.md @@ -3,7 +3,7 @@ widget = "portfolio" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. active = true # Activate this widget? true/false -weight = 65 # Order that this section will appear. +weight = 30 # Order that this section will appear. title = "Projects" subtitle = "" diff --git a/content/home/research.md b/content/not_used/research.md similarity index 100% rename from content/home/research.md rename to content/not_used/research.md