From 9a14976e84e640588369f2b1c54d0c4d79993cb0 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Wed, 28 Aug 2024 12:26:55 -0600 Subject: [PATCH] remove blog tab (all content relocated to wiki) --- posixlycorrect/config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/posixlycorrect/config.toml b/posixlycorrect/config.toml index 760a012..52ef4d0 100644 --- a/posixlycorrect/config.toml +++ b/posixlycorrect/config.toml @@ -21,7 +21,6 @@ favicon_mimetype = "image/png" menu_items = [ {name = "about", url = "$BASE_URL/about"}, {name = "lib", url = "$BASE_URL/lib"}, - {name = "blog", url = "$BASE_URL/blog"}, {name = "wiki↗", url = "https://wiki.posixlycorrect.com", newtab = true}, {name = "git↗", url = "https://git.posixlycorrect.com", newtab = true}, {name = "pastebin↗", url = "https://send.posixlycorrect.com/", newtab = true},