Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ menu:
- name: Working Groups
pageRef: /working-groups/
weight: 3
- name: Events
- name: SFN 2025

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Using a specific event name like 'SFN 2025' in the main navigation menu is not ideal for long-term maintainability. This will need to be updated again after the event has passed. A more scalable approach is to use a generic label like 'Events' and keep the event-specific details on the page itself. This avoids the need for future code changes to update the navigation menu for every new event.

    - name: Events

pageRef: /events/
weight: 3.5
- name: Resources
Expand Down
Loading