Use entry-summary class for excerpts - Closes #589

This commit is contained in:
Ben Word
2012-11-04 11:27:59 -06:00
parent 9a48ccff70
commit e6586f94ba
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
<?php get_template_part('templates/entry-meta'); ?>
</header>
<div class="entry-content">
<div class="entry-summary">
<?php the_excerpt(); ?>
</div>
<footer>