File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
< div class ="columns ">
8
8
< div class ="column is-centered-tablet-portrait ">
9
9
< h1 class ="title section-title "> {{ .Title }}</ h1 >
10
- < h5 class ="subtitle is-5 is-muted "> {{ .Params.Subtitle }}</ h5 >
10
+ < h5 class ="subtitle "> {{ .Params.Subtitle }}</ h5 >
11
11
< div class ="divider "> </ div >
12
12
</ div >
13
13
</ div >
Original file line number Diff line number Diff line change 5
5
{{ partial "breadcrumbs.html" . }}
6
6
< h1 > {{ .Title }}</ h1 >
7
7
{{ if .Params.Subtitle }}
8
- < h5 class ="subtitle is-5 is-muted "> {{ .Params.Subtitle }}</ h5 >
8
+ < h5 class ="subtitle "> {{ .Params.Subtitle }}</ h5 >
9
9
{{ end }}
10
10
11
11
{{ .Content }}
Original file line number Diff line number Diff line change 5
5
{{ partial "breadcrumbs.html" . }}
6
6
< h1 > {{ .Title }}</ h1 >
7
7
{{ if .Params.Subtitle }}
8
- < h5 class ="subtitle is-5 is-muted "> {{ .Params.Subtitle }}</ h5 >
8
+ < h5 class ="subtitle "> {{ .Params.Subtitle }}</ h5 >
9
9
{{ end }}
10
10
{{ .Content }}
11
11
{{ if eq .CurrentSection.Title "Scientific Python Ecosystem Coordination" }}
Original file line number Diff line number Diff line change 5
5
{{ partial "breadcrumbs.html" . }}
6
6
< h1 > {{ .Title }}</ h1 >
7
7
{{ if .Params.Subtitle }}
8
- < h5 class ="subtitle is-5 is-muted "> {{ .Params.Subtitle }}</ h5 >
8
+ < h5 class ="subtitle "> {{ .Params.Subtitle }}</ h5 >
9
9
{{ end }}
10
10
{{ .Content }}
11
11
< br />
You can’t perform that action at this time.
0 commit comments