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"} ]