Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1125 from olefredrik/remove-stickyfooter-attribute
Browse files Browse the repository at this point in the history
Remove data attribute for sticky footer
  • Loading branch information
olefredrik authored Oct 11, 2017
2 parents 8195f96 + ad72d68 commit eb0448e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
?>

</div><!-- Close container -->
<div class="footer-container" data-sticky-footer>
<div class="footer-container">
<footer class="footer">
<?php dynamic_sidebar( 'footer-widgets' ); ?>
</footer>
Expand Down

0 comments on commit eb0448e

Please sign in to comment.