From 026ee0d9dc318bee95465f1a2de3bec455090d14 Mon Sep 17 00:00:00 2001 From: Jessica Phoenix Canady Date: Tue, 20 Feb 2024 20:33:45 -0500 Subject: [PATCH] Add link to git.gay to main menu. --- config.toml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/config.toml b/config.toml index 2e69a1b..e9bc5a4 100644 --- a/config.toml +++ b/config.toml @@ -32,16 +32,6 @@ logo_text = "Jessica Pheonix Canady" accent_color = "pink" background_color = "pink" author = "Jessica Phoenix Canady" -# copyright_html = "Bottom text goes here" - - - - - - - - - menu_items = [ # each of these is optional, name and url are required @@ -54,6 +44,7 @@ menu_items = [ {name = "blog archive", url = "$BASE_URL/blog/"}, {name = "about", url = "$BASE_URL/about/"}, {name = "now", url = "$BASE_URL/now/"}, + {name = "code", url = "https://git.gay/jesscanady/", external = true}, {name = "rss", url = "$BASE_URL/rss.xml"} ]