mirror of https://github.com/Hilbis/Hilbish
fix(website): use permalink for docs page instead of url
parent
5a2fd055d1
commit
0138a30151
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue