Skip to content

Commit

Permalink
fix the homepage href
Browse files Browse the repository at this point in the history
  • Loading branch information
Khanh Ngo committed Apr 26, 2022
1 parent 569eaae commit 6bc9a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu" data-accordion="false">
<li class="nav-header">MAIN</li>
<li class="nav-item">
<a href="{{.basePath}}" class="nav-link {{if eq .baseData.Active ""}}active{{end}}">
<a href="{{.basePath}}/" class="nav-link {{if eq .baseData.Active ""}}active{{end}}">
<i class="nav-icon fas fa-user-secret"></i>
<p>
Wireguard Clients
Expand Down

0 comments on commit 6bc9a5f

Please sign in to comment.