Skip to content

Commit 916b313

Browse files
committed
Additional fix on workshop headings
1 parent 85ca8fc commit 916b313

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

_layouts/workshop.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h2>{{page.title}}</h2>
4141
<hr style="border: none; border-top: 3px solid #ddd; margin: 20px 0;">
4242

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

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

7575
<div class="schedule">
76-
<h4>Schedule</h4>
76+
<h3>Schedule</h3>
7777
<p> {{page.schedule | markdownify}}</p>
7878
</div>
7979
{% endif %}
8080

8181
{% if page.instructions %}
8282
<hr style="border: none; border-top: 3px solid #ddd; margin: 20px 0;">
8383
<div class="instructions">
84-
<h4>Workshop prep instructions:</h4>
84+
<h3>Workshop prep instructions:</h3>
8585
<p> {{page.instructions | markdownify}}</p>
8686
</div>
8787
{% endif %}

0 commit comments

Comments
 (0)