hNews consistency

This commit is contained in:
Ben Word
2013-03-17 19:02:03 -05:00
parent 9fc2eb7f2f
commit 0acc7f3813

View File

@@ -8,7 +8,7 @@
<?php while (have_posts()) : the_post(); ?>
<article <?php post_class(); ?>>
<header>
<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
<h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
<?php get_template_part('templates/entry-meta'); ?>
</header>
<div class="entry-summary">