Skip to content

Commit 2d386ef

Browse files
committed
Fix unmatched header closing tag
1 parent c7d0f8d commit 2d386ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom-modern-open-source.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
{{#get "pages" order="featured desc, title asc" filter="tag:[hash-oss-project]"}}
4141
{{#foreach pages}}
4242
<div class="project">
43-
<h3>{{title}}</h1>
43+
<h3>{{title}}</h3>
4444
{{{html}}}
4545
</div>
4646
{{/foreach}}
@@ -52,7 +52,7 @@
5252
{{#if feature_image}}
5353
<img src="{{feature_image}}" alt="{{title}}" class="feature-image">
5454
{{/if}}
55-
<h3>{{title}}</h1>
55+
<h3>{{title}}</h3>
5656
<div>{{content}}</div>
5757
{{/foreach}}
5858
{{/get}}

0 commit comments

Comments
 (0)