Skip to content

Commit 82fa1f6

Browse files
authored
Merge pull request #266 from material-components/fix/260
Fix footer inconsistency 🐛
2 parents 6fc8e92 + ea91a4b commit 82fa1f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

theme/footer.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
?>
3131
</div><!-- #content -->
3232

33-
<footer class="site-footer">
34-
<?php get_template_part( 'template-parts/footer' ); ?>
35-
</footer>
36-
3733
</div><!-- #page -->
3834

35+
<footer class="site-footer">
36+
<?php get_template_part( 'template-parts/footer' ); ?>
37+
</footer>
38+
3939
<?php wp_footer(); ?>
4040

4141
</body>

0 commit comments

Comments
 (0)