Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 1921456

Browse files
committed
Close div in template code to fix layout issue
1 parent 52ac610 commit 1921456

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

core/source/_patterns/03-templates/00-homepage.mustache

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{> organisms-header }}
33
<div role="main">
44
{{# emergency }}
5-
{{> molecules-alert }}
5+
{{> molecules-alert:error }}
66
{{/ emergency }}
77
{{# hero }}
88
{{> molecules-block-hero }}
@@ -29,11 +29,12 @@
2929
</ul>
3030
<a href="#" class="text-btn">View more posts</a>
3131
</section>
32-
</div>
32+
</div><!--end .l-main-->
3333

3434
<div class="l-sidebar">
3535
{{> organisms-recent-tweets }}
36-
</div><!--end l-sidebar-->
36+
</div><!--end .l-sidebar-->
37+
</div><!--end .l-two-col-->
3738
</div><!--End role=main-->
3839
{{> organisms-footer }}
3940
</div>

0 commit comments

Comments
 (0)