From 2bb856b1e7c4243d32c232f0ae0d5e6f5ff5c68d Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 20 Dec 2025 09:21:25 -0800 Subject: [PATCH] feat: add About page to main menu --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index a155d46..14bcbfe 100644 --- a/config.toml +++ b/config.toml @@ -179,6 +179,10 @@ style = "github-dark" name = "Coder" weight = 4 url = "https://coder.ericxliu.me/api/v2/users/oidc/callback" + [[languages.en.menu.main]] + name = "About" + weight = 5 + url = "/about/" [[languages.en.menu.main]] name = "|" weight = 10