equal
deleted
inserted
replaced
10 get_header(); ?> |
10 get_header(); ?> |
11 |
11 |
12 <div id="primary" class="site-content"> |
12 <div id="primary" class="site-content"> |
13 <div id="content" role="main"> |
13 <div id="content" role="main"> |
14 |
14 |
15 <?php while ( have_posts() ) : the_post(); ?> |
15 <?php |
|
16 while ( have_posts() ) : |
|
17 the_post(); |
|
18 ?> |
16 |
19 |
17 <?php get_template_part( 'content', get_post_format() ); ?> |
20 <?php get_template_part( 'content', get_post_format() ); ?> |
18 |
21 |
19 <nav class="nav-single"> |
22 <nav class="nav-single"> |
20 <h3 class="assistive-text"><?php _e( 'Post navigation', 'twentytwelve' ); ?></h3> |
23 <h3 class="assistive-text"><?php _e( 'Post navigation', 'twentytwelve' ); ?></h3> |