Skip to content

Commit

Permalink
Update the order of menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchandwani committed Feb 19, 2024
1 parent bfe23df commit e0000bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,17 @@ params:
keys: ["title", "permalink", "summary", "content"]
menu:
main:
- identifier: search
name: 🔍 Search
url: /search/
weight: 10
- identifier: blogs
name: 📖 Blogs
url: /blog
weight: 20
weight: 10
- identifier: tags
name: 🏷️ tags
url: /tags/
weight: 20
- identifier: search
name: 🔍 Search
url: /search/
weight: 30

# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
Expand Down

0 comments on commit e0000bc

Please sign in to comment.