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

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmruz Hossain <hossainemruz@gmail.com>2020-10-11 17:08:47 +0300
committerGitHub <noreply@github.com>2020-10-11 17:08:47 +0300
commit33d43ae32535ea3bb444b32f49d6e3a856a0712a (patch)
tree10c2a75e8ed88acbf684ea378228ff8e04e0610a /layouts/partials
parentffa673540cc6d7f665b646bc32f884eefa7fbf7e (diff)
Fix URL in footer (#95)v1.3.0
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index d39f682..b6f14c0 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -30,7 +30,7 @@
{{ $sectionID = .section.id }}
{{ end }}
<li class="nav-item">
- <a class="smooth-scroll" href="/#{{ $sectionID }}">{{ .section.name }}</a>
+ <a class="smooth-scroll" href="#{{ $sectionID }}">{{ .section.name }}</a>
</li>
{{ end }}
{{- end }}