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

Commit

Permalink
Remove data attribute for sticky footer
Browse files Browse the repository at this point in the history
  • Loading branch information
olefredrik committed Oct 11, 2017
1 parent 8195f96 commit ad72d68
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 ad72d68

Please sign in to comment.