Skip to content

Commit

Permalink
Merge pull request #266 from material-components/fix/260
Browse files Browse the repository at this point in the history
Fix footer inconsistency πŸ›
  • Loading branch information
emeaguiar committed Dec 27, 2021
2 parents 6fc8e92 + ea91a4b commit 82fa1f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions theme/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
?>
</div><!-- #content -->

<footer class="site-footer">
<?php get_template_part( 'template-parts/footer' ); ?>
</footer>

</div><!-- #page -->

<footer class="site-footer">
<?php get_template_part( 'template-parts/footer' ); ?>
</footer>

<?php wp_footer(); ?>

</body>
Expand Down

0 comments on commit 82fa1f6

Please sign in to comment.