hNews consistency
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<?php while (have_posts()) : the_post(); ?>
|
<?php while (have_posts()) : the_post(); ?>
|
||||||
<article <?php post_class(); ?>>
|
<article <?php post_class(); ?>>
|
||||||
<header>
|
<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'); ?>
|
<?php get_template_part('templates/entry-meta'); ?>
|
||||||
</header>
|
</header>
|
||||||
<div class="entry-summary">
|
<div class="entry-summary">
|
||||||
|
|||||||
Reference in New Issue
Block a user