diff --git a/config/_default/menus.toml b/config/_default/menus.toml index b4c3878..e393c35 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -14,13 +14,13 @@ weight = 20 [[main]] - name = "Posts" - url = "#posts" + name = "Publications" + url = "#featured" weight = 30 [[main]] - name = "Publications" - url = "#featured" + name = "Posts" + url = "#posts" weight = 40 [[main]] diff --git a/content/home/featured.md b/content/home/featured.md index 345b6ea..00dccc8 100644 --- a/content/home/featured.md +++ b/content/home/featured.md @@ -6,7 +6,7 @@ widget = "featured" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. active = true # Activate this widget? true/false -weight = 80 # Order that this section will appear. +weight = 50 # Order that this section will appear. title = "Featured Publications" subtitle = "" diff --git a/content/home/posts.md b/content/home/posts.md index e7748f3..ce63594 100644 --- a/content/home/posts.md +++ b/content/home/posts.md @@ -5,7 +5,7 @@ widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. active = true # Activate this widget? true/false -weight = 60 # Order that this section will appear. +weight = 90 # Order that this section will appear. title = "Blog Posts" subtitle = "" diff --git a/content/home/publications.md b/content/home/publications.md index d67c532..60a540a 100644 --- a/content/home/publications.md +++ b/content/home/publications.md @@ -5,7 +5,7 @@ widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. active = true # Activate this widget? true/false -weight = 90 # Order that this section will appear. +weight = 60 # Order that this section will appear. title = "Publications" subtitle = ""