We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0eda0 commit 253a456Copy full SHA for 253a456
1 file changed
layouts/partials/section/section.html
@@ -3,7 +3,7 @@
3
{{ partial "breadcrumbs.html" . }}
4
<h1>{{ .Title }}</h1>
5
{{ if .Params.Subtitle }}
6
- <h5 class="subtitle is-5 is-muted">{{ .Params.Subtitle }}</h5>
+ <h5 class="subtitle">{{ .Params.Subtitle }}</h5>
7
{{ end }}
8
{{ if .Content }}
9
{{ .Content }}
0 commit comments