Skip to content

Commit ed562c2

Browse files
committed
Fix headings structure for workshop posts
1 parent 0747d33 commit ed562c2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

layouts/workshop/single.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ define "main" }}
2-
<h3>{{ .Title }}</h3>
2+
<h2>{{ .Title }}</h2>
33

44
<div class="details">
55
<p style="margin:0;font-weight:bold">{{ .Params.human_date }}, {{ .Params.year }}</p>
@@ -39,7 +39,7 @@ <h3>{{ .Title }}</h3>
3939
<hr style="border: none; border-top: 3px solid #ddd; margin: 20px 0;">
4040

4141
<div class="survey-links">
42-
<h4>Surveys</h4>
42+
<h3>Surveys</h3>
4343
<p>Please be sure to complete these surveys before and after the
4444
workshop.</p>
4545
<p>
@@ -56,7 +56,7 @@ <h4>Surveys</h4>
5656
<hr style="border: none; border-top: 3px solid #ddd; margin: 20px 0;">
5757

5858
<div class="conduct">
59-
<h4>Code of Conduct</h4>
59+
<h3>Code of Conduct</h3>
6060
<p> Everyone who participates in Carpentries activities is required to
6161
conform to the Code of Conduct. This document also outlines how to
6262
report an incident if needed.</p>
@@ -71,15 +71,15 @@ <h4>Code of Conduct</h4>
7171
<hr style="border: none; border-top: 3px solid #ddd; margin: 20px 0;">
7272

7373
<div class="schedule">
74-
<h4>Schedule</h4>
74+
<h3>Schedule</h3>
7575
<p>{{ . | markdownify }}</p>
7676
</div>
7777
{{ end }}
7878

7979
{{ with .Params.instructions }}
8080
<hr style="border: none; border-top: 3px solid #ddd; margin: 20px 0;">
8181
<div class="instructions">
82-
<h4>Workshop prep instructions:</h4>
82+
<h3>Workshop prep instructions:</h3>
8383
<p>{{ . | markdownify }}</p>
8484
</div>
8585
{{ end }}

0 commit comments

Comments
 (0)