website: remove bullet for doc navigation, make main pages bold

sammyette 2022-12-13 14:02:44 -04:00
parent 05570ec29a
commit 7b694f2919
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@
{{ range .Site.Menus.docs.ByWeight.Reverse }}
<li class="nav-item">
<a href="{{ .URL }}" class="nav-link">
{{ .Title }}
<strong>{{ .Title }}</strong>
</a>
</li>
{{ if .Children }}
<ul>
<ul style="list-style: none;">
{{ range .Children }}
<li class="nav-item">
<a href="{{ .URL }}" class="nav-link">