Skip to content

Commit 6e0e593

Browse files
committed
apply John's review suggestions
1 parent 74085bc commit 6e0e593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="container">
1212
<div class="post__headline common-headline">
1313
<h5>{{ page.date | date: '%A, %B %-d, %Y' }}</h5>
14-
<h1>{{ page.title | strip_html }}</h2>
14+
<h1>{{ page.title | strip_html }}</h1>
1515
{% if page.author %}
1616
<h6>Posted by {{ page.author }}</h6>
1717
{% endif %}

0 commit comments

Comments
 (0)