File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
mevislab.github.io/themes/MeVisLab/layouts/_default Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,23 +10,23 @@ <h1>{{ .Title }}</h1>
1010 {{ $currentPage := . }}
1111 {{ range .Site.Menus.main }}
1212 {{ if .HasChildren }}
13- < ol class ="list-group list-group-numbered ">
13+ < ol class ="list-group ">
1414 {{ range .Children }}
1515 {{ if eq $currentPage.Section .Parent }}
1616 < li class ="list-group-item " style ="position: inherit; !important "> < a class ="fw-bold " href ="{{ .URL }} " title ="{{ .Title }} " target ="_self "> {{ .Name }}</ a >
1717 < div class ="ps-4 "> {{ .Title }}</ div >
1818 {{ if .HasChildren }}
19- < ol class ="list-group list-group-numbered list-group- flush ">
19+ < ol class ="list-group list-group-flush ">
2020 {{ range .Children }}
2121 < li class ="list-group-item " style ="position: inherit; !important "> < a class ="fw-bold " href ="{{ .URL }} " title ="{{ .Title }} " target ="_self "> {{ .Name }}</ a >
2222 < div class ="ps-4 "> {{ .Title }}</ div >
2323 {{ if .HasChildren }}
24- < ol class ="list-group list-group-numbered list-group- flush ">
24+ < ol class ="list-group list-group-flush ">
2525 {{ range .Children }}
2626 < li class ="list-group-item " style ="position: inherit; !important "> < a class ="fw-bold " href ="{{ .URL }} " title ="{{ .Title }} " target ="_self "> {{ .Name }}</ a >
2727 < div class ="ps-4 "> {{ .Title }}</ div >
2828 {{ if .HasChildren }}
29- < ol class ="list-group list-group-numbered list-group- flush ">
29+ < ol class ="list-group list-group-flush ">
3030 {{ range .Children }}
3131 < li class ="list-group-item " style ="position: inherit; !important "> < a class ="fw-bold " href ="{{ .URL }} " title ="{{ .Title }} " target ="_self "> {{ .Name }}</ a >
3232 < div class ="ps-4 "> {{ .Title }}</ div >
You can’t perform that action at this time.
0 commit comments