Skip to content

Commit e79a747

Browse files
stefanvjarrodmillman
authored andcommitted
Align title rendering with PDST
- Remove divider - Remove `title` and `section-title` classes
1 parent d3f0aff commit e79a747

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

layouts/partials/section/section.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
<div class="content-container">
77
<div class="columns">
88
<div class="column is-centered-tablet-portrait">
9-
<h1 class="title section-title">{{ .Title }}</h1>
9+
<h1>{{ .Title }}</h1>
1010
<h5 class="subtitle is-5 is-muted">{{ .Params.Subtitle }}</h5>
11-
<div class="divider"></div>
1211
</div>
1312
</div>
1413
{{ if .Content }}

layouts/partials/single/content.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
<div class="content-container">
77
<div class="columns">
88
<div class="column is-centered-tablet-portrait">
9-
<h1 class="title section-title">{{ .Title }}</h1>
10-
<h5 class="subtitle is-5 is-muted">{{ .Params.Subtitle }}</h5>
11-
<div class="divider"></div>
9+
<h1>{{ .Title }}</h1>
1210
</div>
1311
</div>
1412
{{ with partial "post_meta.html" . -}}

0 commit comments

Comments
 (0)