Update order

This commit is contained in:
Wojciech Kozlowski 2024-03-18 22:57:09 +01:00
parent affd99587c
commit 51f84367e6
4 changed files with 7 additions and 7 deletions

View File

@ -14,13 +14,13 @@
weight = 20 weight = 20
[[main]] [[main]]
name = "Posts" name = "Publications"
url = "#posts" url = "#featured"
weight = 30 weight = 30
[[main]] [[main]]
name = "Publications" name = "Posts"
url = "#featured" url = "#posts"
weight = 40 weight = 40
[[main]] [[main]]

View File

@ -6,7 +6,7 @@
widget = "featured" # See https://sourcethemes.com/academic/docs/page-builder/ widget = "featured" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section. headless = true # This file represents a page section.
active = true # Activate this widget? true/false 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" title = "Featured Publications"
subtitle = "" subtitle = ""

View File

@ -5,7 +5,7 @@
widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/ widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section. headless = true # This file represents a page section.
active = true # Activate this widget? true/false 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" title = "Blog Posts"
subtitle = "" subtitle = ""

View File

@ -5,7 +5,7 @@
widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/ widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section. headless = true # This file represents a page section.
active = true # Activate this widget? true/false 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" title = "Publications"
subtitle = "" subtitle = ""