Skip to content

Commit 253a456

Browse files
Remove unused class styling (#560)
1 parent 7d0eda0 commit 253a456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/partials/section/section.html

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

0 commit comments

Comments
 (0)