Skip to content

Commit 85ca8fc

Browse files
committed
Fix heading levels for workshop posts
1 parent 0fd1092 commit 85ca8fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/workshop.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
---
4-
<h3>{{page.title}}</h3>
4+
<h2>{{page.title}}</h2>
55

66
<div class="details">
77
<p style="margin:0;font-weight:bold">{{page.human_date}}, {{page.year}}</p>

0 commit comments

Comments
 (0)