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

github.com/xaviablaza/hugo-lodi-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNigel Neo <17807884+nigelnnk@users.noreply.github.com>2018-12-18 17:56:51 +0300
committerNigel Neo <17807884+nigelnnk@users.noreply.github.com>2018-12-18 17:56:51 +0300
commit7f582d74ffd0607eda347683d362cf221c68211f (patch)
tree662ec356d7c392b69a712993aff05fc5cebdfb31
parente09d90a8d6539454b01bafd729f97f763a17f997 (diff)
Fix Reference Issue with Navbar
When clicking My Process on navbar, will now direct to the relevant section instead of incorrectly directing to Case Study.
-rw-r--r--layouts/partials/nav.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 64e5dae..77777fe 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -6,7 +6,7 @@
<a href="#" class="main-navigation-link" id="about" data-scroll-goto="0">About</a>
{{ if .Site.Params.process.enable }}
- <a href="#" class="main-navigation-link" data-scroll-goto="2">{{ .Site.Params.process.title }}</a>
+ <a href="#" class="main-navigation-link" data-scroll-goto="1">{{ .Site.Params.process.title }}</a>
{{ end }}
{{ if .Site.Params.case_studies.enable }}