equal
deleted
inserted
replaced
19 <div id="primary" class="content-area"> |
19 <div id="primary" class="content-area"> |
20 <div id="content" class="site-content" role="main"> |
20 <div id="content" class="site-content" role="main"> |
21 <?php if ( have_posts() ) : ?> |
21 <?php if ( have_posts() ) : ?> |
22 |
22 |
23 <?php /* The loop */ ?> |
23 <?php /* The loop */ ?> |
24 <?php while ( have_posts() ) : the_post(); ?> |
24 <?php |
|
25 while ( have_posts() ) : |
|
26 the_post(); |
|
27 ?> |
25 <?php get_template_part( 'content', get_post_format() ); ?> |
28 <?php get_template_part( 'content', get_post_format() ); ?> |
26 <?php endwhile; ?> |
29 <?php endwhile; ?> |
27 |
30 |
28 <?php twentythirteen_paging_nav(); ?> |
31 <?php twentythirteen_paging_nav(); ?> |
29 |
32 |