Skip to content

Commit

Permalink
Merge pull request #1359 from dgobnto/dgobnto-footer
Browse files Browse the repository at this point in the history
Footer structure simplified.
  • Loading branch information
derweili authored Mar 1, 2019
2 parents 9171410 + fa1665f commit f978750
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
*/
?>

<footer class="footer">
<div class="footer-container">
<div class="footer-grid">
<?php dynamic_sidebar( 'footer-widgets' ); ?>
</div>
</div>
<footer class="footer-container">
<div class="footer-grid">
<?php dynamic_sidebar( 'footer-widgets' ); ?>
</div>
</footer>

<?php if ( get_theme_mod( 'wpt_mobile_menu_layout' ) === 'offcanvas' ) : ?>
Expand All @@ -23,4 +21,4 @@

<?php wp_footer(); ?>
</body>
</html>
</html>

0 comments on commit f978750

Please sign in to comment.