Skip to content

Commit

Permalink
Simplify footer
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMayerhofer committed Mar 12, 2019
1 parent f308dc0 commit a1a0aba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
?>

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

Expand Down

0 comments on commit a1a0aba

Please sign in to comment.