Skip to content

Commit c7d0f8d

Browse files
committed
Fix closing tag inside loop
1 parent 9dcd8eb commit c7d0f8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

custom-modern-open-source.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
{{/foreach}}
1919
{{/get}}
2020
</ul>
21-
</div>
22-
{{/foreach}}
23-
{{/get}}
21+
{{/foreach}}
22+
{{/get}}
23+
</div>
2424

2525
<div class="container mission-and-vision">
2626
{{#get "pages" filter="tag:[hash-oss-our-vision, hash-oss-our-mission]"}}

0 commit comments

Comments
 (0)