From 16a488fca01535ab6759c2a211ae0b6236312e3e Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Fri, 28 Jul 2023 17:11:31 -0300 Subject: Reorganized the menu --- config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 65dbaea..82930b7 100644 --- a/config.toml +++ b/config.toml @@ -134,13 +134,13 @@ url = "/resume/" weight = 3 [[menu.main]] -name = "Contact" -url = "/contact/" +name = "Posts" +url = "/posts/" weight = 4 [[menu.main]] -name = "Posts" -url = "/posts/" +name = "Contact" +url = "/contact/" weight = 5 [[menu.main]] -- cgit v1.2.3