We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f0aff commit e79a747Copy full SHA for e79a747
2 files changed
layouts/partials/section/section.html
@@ -6,9 +6,8 @@
6
<div class="content-container">
7
<div class="columns">
8
<div class="column is-centered-tablet-portrait">
9
- <h1 class="title section-title">{{ .Title }}</h1>
+ <h1>{{ .Title }}</h1>
10
<h5 class="subtitle is-5 is-muted">{{ .Params.Subtitle }}</h5>
11
- <div class="divider"></div>
12
</div>
13
14
{{ if .Content }}
layouts/partials/single/content.html
@@ -6,9 +6,7 @@
- <h5 class="subtitle is-5 is-muted">{{ .Params.Subtitle }}</h5>
{{ with partial "post_meta.html" . -}}
0 commit comments