Show Excerpts In Twenty Eleven Theme

To show excerpts on home page and all archive pages, open content.php and modify the following line:

<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>

with this:

<?php the_excerpt(); ?>