Skip to content

Commit eb42f5c

Browse files
Remove unused class styling (#608)
1 parent e545b9c commit eb42f5c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

layouts/calendars/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="columns">
88
<div class="column is-centered-tablet-portrait">
99
<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>
1111
<div class="divider"></div>
1212
</div>
1313
</div>

layouts/grants/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{ partial "breadcrumbs.html" . }}
66
<h1>{{ .Title }}</h1>
77
{{ if .Params.Subtitle }}
8-
<h5 class="subtitle is-5 is-muted">{{ .Params.Subtitle }}</h5>
8+
<h5 class="subtitle">{{ .Params.Subtitle }}</h5>
99
{{ end }}
1010

1111
{{ .Content }}

layouts/specs/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{ partial "breadcrumbs.html" . }}
66
<h1>{{ .Title }}</h1>
77
{{ if .Params.Subtitle }}
8-
<h5 class="subtitle is-5 is-muted">{{ .Params.Subtitle }}</h5>
8+
<h5 class="subtitle">{{ .Params.Subtitle }}</h5>
99
{{ end }}
1010
{{ .Content }}
1111
{{ if eq .CurrentSection.Title "Scientific Python Ecosystem Coordination" }}

layouts/summits/section.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{ partial "breadcrumbs.html" . }}
66
<h1>{{ .Title }}</h1>
77
{{ if .Params.Subtitle }}
8-
<h5 class="subtitle is-5 is-muted">{{ .Params.Subtitle }}</h5>
8+
<h5 class="subtitle">{{ .Params.Subtitle }}</h5>
99
{{ end }}
1010
{{ .Content }}
1111
<br/>

0 commit comments

Comments
 (0)