Skip to content

Commit

Permalink
Fix URL in footer (hugo-toha#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
hossainemruz committed Oct 11, 2020
1 parent ffa6735 commit 33d43ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h5>{{ i18n "navigation" }}</h5>
{{ $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 }}
Expand Down

0 comments on commit 33d43ae

Please sign in to comment.