Skip to content

Commit

Permalink
Merge pull request #3 from benpearson/sass
Browse files Browse the repository at this point in the history
Remove second entry footer from content-page.php props @benpearson
  • Loading branch information
gregrickaby committed Aug 28, 2014
2 parents 9a24095 + f8038d7 commit 62a5b4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
?>
</div><!-- .entry-content -->

<?php edit_post_link( __( 'Edit', '_s' ), '<footer class="entry-meta"><span class="edit-link">', '</span></footer>' ); ?>

<footer class="entry-footer">
<?php edit_post_link( __( 'Edit', '_s' ), '<span class="edit-link">', '</span>' ); ?>
</footer><!-- .entry-footer -->
Expand Down

0 comments on commit 62a5b4a

Please sign in to comment.