Footer navigation links fix

Closes #260
This commit is contained in:
priyanshsaxena 2021-03-24 08:21:13 +05:30 committed by Emruz Hossain
parent 4ca728790e
commit 1c3154d47a

View file

@ -47,7 +47,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 }}