Skip to content

Commit

Permalink
feat(nav): add showcase link to header menu
Browse files Browse the repository at this point in the history
Added a new "Showcase" item in the header menu for better navigation.
  • Loading branch information
Vheissu committed Dec 21, 2024
1 parent b085300 commit e6c97fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions themes/aurelia-theme/data/header.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ menu:
- name: "Blog"
link: "/blog"
active: "eq .Section 'blog'"
- name: "Showcase"
link: "/showcase"
active: "eq .RelPermalink '/showcase/'"
- name: "Ecosystem"
dropdown: true
sections:
Expand Down

0 comments on commit e6c97fe

Please sign in to comment.