Skip to content

Commit b963a08

Browse files
authored
removed list-group-numbered (#135)
1 parent b841b41 commit b963a08

File tree

1 file changed

+4
-4
lines changed
  • mevislab.github.io/themes/MeVisLab/layouts/_default

1 file changed

+4
-4
lines changed

mevislab.github.io/themes/MeVisLab/layouts/_default/list.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)