Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding PDF Shortcut #672

Merged
merged 8 commits into from
Oct 18, 2022
Prev Previous commit
Next Next commit
Fixed absLangURL issue with sections in footer
  • Loading branch information
MarionMoseby committed Oct 20, 2021
commit 5aa826f1b9d7ff363260672e3a1bc10a35f6636a
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,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="{{ "" | absLangURL }}#{{ $sectionID }}">{{ .section.name }}</a>
</li>
{{ end }}
{{- end }}
Expand Down