Don't open custom menus in a new tab (#27)
This commit is contained in:
parent
a83b1c5658
commit
26ef9aa351
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
{{ end }}
|
||||
{{ range site.Params.customMenus }}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="{{ .url }}" target="/">{{ .name }}</a>
|
||||
<a class="nav-link" href="{{ .url }}">{{ .name }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue