equal
deleted
inserted
replaced
11 |
11 |
12 <div id="primary" class="content-area"> |
12 <div id="primary" class="content-area"> |
13 <div id="content" class="site-content" role="main"> |
13 <div id="content" class="site-content" role="main"> |
14 |
14 |
15 <?php /* The loop */ ?> |
15 <?php /* The loop */ ?> |
16 <?php while ( have_posts() ) : the_post(); ?> |
16 <?php |
|
17 while ( have_posts() ) : |
|
18 the_post(); |
|
19 ?> |
17 |
20 |
18 <?php get_template_part( 'content', get_post_format() ); ?> |
21 <?php get_template_part( 'content', get_post_format() ); ?> |
19 <?php twentythirteen_post_nav(); ?> |
22 <?php twentythirteen_post_nav(); ?> |
20 <?php comments_template(); ?> |
23 <?php comments_template(); ?> |
21 |
24 |