Skip to content

Commit df9d5d7

Browse files
committed
Fix footer display issue
1 parent 3b35125 commit df9d5d7

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

_layouts/onepage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929

3030
</section><!-- #content end -->
3131

32-
</div><!-- #wrapper end -->
33-
32+
{% include footer.html %}
3433

34+
</div><!-- #wrapper end -->
3535

3636

3737
<!-- Footer Scripts

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@
66
{% include apply.html %}
77
{% include faqs.html %}
88
{% include contact.html %}
9-
{% include footer.html %}

0 commit comments

Comments
 (0)