From 835f836d99db147366a4c9f2878b229112fdf385 Mon Sep 17 00:00:00 2001 From: Abijeet Patro Date: Sun, 29 Dec 2019 21:41:24 +0530 Subject: [PATCH] Repositioning the main menu items. --- config.toml | 10 +++++----- public/404.html | 8 ++++---- public/categories/index.html | 8 ++++---- public/index.html | 8 ++++---- public/tags/index.html | 8 ++++---- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/config.toml b/config.toml index fa5a491..2700e03 100644 --- a/config.toml +++ b/config.toml @@ -40,15 +40,15 @@ theme = "hugo-coder" icon = "fab fa-resume" url = "/abijeet-patro-resume.pdf" -[[menu.main]] - name = "Blog" - weight = 1 - url = "https://blog.thecurlybraces.com" [[menu.main]] name = "About" - weight = 2 + weight = 1 url = "https://blog.thecurlybraces.com/about/" [[menu.main]] name = "Resume" weight = 2 url = "/abijeet-patro-resume.pdf" +[[menu.main]] + name = "Blog" + weight = 3 + url = "https://blog.thecurlybraces.com" diff --git a/public/404.html b/public/404.html index 401548e..87a8661 100644 --- a/public/404.html +++ b/public/404.html @@ -67,10 +67,6 @@ diff --git a/public/categories/index.html b/public/categories/index.html index 83664c3..72f86da 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -68,10 +68,6 @@ diff --git a/public/index.html b/public/index.html index 47fe51a..89bf526 100644 --- a/public/index.html +++ b/public/index.html @@ -68,10 +68,6 @@ diff --git a/public/tags/index.html b/public/tags/index.html index 34b9c72..1b1b8db 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -68,10 +68,6 @@