Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/vex-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomrat <monnaf37@gmail.com>2019-06-15 14:00:56 +0300
committersomrat <monnaf37@gmail.com>2019-06-15 14:00:56 +0300
commit12a61843989879ed4af1deb6a40a709ef79afd1e (patch)
treee5eee686bba29e61a533c30b3a47a3fb408e9123 /exampleSite
parent277748493df4a9413b04b4de483534df8f1e28af (diff)
modified navigation (hugo depricated issue)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 1417cdc..957d4cf 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -22,14 +22,14 @@ theme = "vex-hugo"
link = "#"
text = "HOME"
[[params.navbar.menu]]
- link = "#about"
- text = "ABOUT"
+ link = "#feature"
+ text = "Features"
[[params.navbar.menu]]
- link = "#service"
- text = "SERVICES"
+ link = "#gallary"
+ text = "Gallery"
[[params.navbar.menu]]
- link = "#contact"
- text = "CONTACT"
+ link = "#testimonial"
+ text = "Testimonial"
# Header
[params.header]
@@ -39,7 +39,7 @@ theme = "vex-hugo"
path = "images/watch.png"
alt = "Watch"
[params.header.button]
- link = "#about"
+ link = "#"
text = "Buy Now With $199"
# Features
@@ -131,4 +131,4 @@ theme = "vex-hugo"
link = ""
text = "Grab You Product Now"
- # Footer uses navbar data
+ # Footer uses navbar data \ No newline at end of file