From bfbb1fa9ce55e0b46dbf41e6b6d659b9b42e2fc9 Mon Sep 17 00:00:00 2001 From: somratpro Date: Thu, 17 Sep 2020 16:50:25 +0600 Subject: modified navvigation --- exampleSite/config.toml | 10 +++++++--- layouts/partials/header.html | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8167499..c3336c0 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -42,22 +42,26 @@ name = "Home" URL = "/" weight = 1 -# main menu [[menu.main]] name = "Products" URL = "products" weight = 2 -# main menu [[menu.main]] name = "Blog" URL = "blog" weight = 3 +[[menu.main]] +name = "Review" +pre = "#" +URL = "testimonial" +weight = 4 + [[menu.main]] name = "Contact" URL = "contact" -weight = 4 +weight = 5 # footer menu [[menu.footer]] diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 622ab72..7f920f5 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -12,7 +12,7 @@ -- cgit v1.2.3