Nicole,
I have it showing up on the main page, not each individual post page. So I only edited the content.php file in my child theme (rather than also editing single.php).
Here is what my entry-meta now looks like within the content.php file:
<div class=”entry-meta”>
<?php twentythirteen_child_entry_meta(); ?>
<?php edit_post_link( __( ‘Edit’, ‘twentythirteen’ ), ‘<span class=”edit-link”>’, ‘</span>’ ); ?>
<?php if ( comments_open() && ! is_single() ) : ?>
<span class=”comments-linkTop”>
<?php comments_popup_link( ‘<span class=”leave-reply”>’ . __( ‘Leave a comment’, ‘twentythirteen’ ) . ‘</span>’, __( ‘1 comment’, ‘twentythirteen’ ), __( ‘% comments’, ‘twentythirteen’ ) ); ?>
</span><!– .comments-link –>
<?php endif; // comments_open() ?>
</div><!– .entry-meta –>
Hope that helps,
Seth