feat: add About page to main menu
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 24s

This commit is contained in:
2025-12-20 09:21:25 -08:00
parent 3f9f80d24f
commit 2bb856b1e7

View File

@@ -179,6 +179,10 @@ style = "github-dark"
name = "Coder" name = "Coder"
weight = 4 weight = 4
url = "https://coder.ericxliu.me/api/v2/users/oidc/callback" url = "https://coder.ericxliu.me/api/v2/users/oidc/callback"
[[languages.en.menu.main]]
name = "About"
weight = 5
url = "/about/"
[[languages.en.menu.main]] [[languages.en.menu.main]]
name = "|" name = "|"
weight = 10 weight = 10