2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-04 20:53:24 +00:00

fix(website): use permalink for docs page instead of url

This commit is contained in:
TorchedSammy 2022-06-22 16:08:37 -04:00
parent 5a2fd055d1
commit 0138a30151
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -6,7 +6,7 @@
{{ $currentPage := . }}
{{ range where site.Pages.ByWeight.Reverse "Type" "docs" }}
<li class="nav-item">
<a href="{{ .URL }}" class="nav-link">
<a href="{{ .Permalink }}" class="nav-link">
{{ .Title }}
</a>
</li>