Here is the relevant code in the index:
<div class=”entry clear”>
<?php if ( function_exists( ‘add_theme_support’ ) ) the_post_thumbnail( array(250,9999), array( ‘class’ => ‘ alignleft border’ )); ?>
<?php the_content(__( ‘read more…’, ‘titan’)); ?>
<?php edit_post_link(__( ‘Edit’, ‘titan’)); ?>
<?php wp_link_pages(); ?>
</div><!–end entry–>
<div class=”post-footer”>
<div class=”comments”><?php comments_popup_link(__ ( ‘Leave a comment’, ‘titan’), __ ( ‘1 Comment’, ‘titan’), __ngettext ( ‘% Comment’, ‘% Comments’, get_comments_number (),’titan’)); ?></div>