Don't open custom menus in a new tab (#27)

This commit is contained in:
Md. Emruz Hossain 2020-07-04 02:18:01 +06:00 committed by GitHub
parent a83b1c5658
commit 26ef9aa351
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>