From dec25919e5be5c5eebd447bf621f0e11b5c58d2e Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 28 Jun 2024 21:35:25 -0500 Subject: [PATCH] add indicator that notes link is external --- config/_default/menu.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/menu.toml b/config/_default/menu.toml index b95637b..9c0f11a 100644 --- a/config/_default/menu.toml +++ b/config/_default/menu.toml @@ -46,7 +46,7 @@ [[main]] identifier = "notes" - name = "notes" + name = "notes↗" url = "https://notes.runtimeterror.dev" weight = 100 [[main.params]]