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:
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…
x
Reference in New Issue
Block a user