diff --git a/wp-content/themes/twentythirteen/404.php b/wp-content/themes/twentythirteen/404.php
index eebc34b..2cf92a1 100644
a
|
b
|
get_header(); ?> |
28 | 28 | </div><!-- #content --> |
29 | 29 | </div><!-- #primary --> |
30 | 30 | |
31 | | <?php get_footer(); ?> |
32 | | No newline at end of file |
| 31 | <?php get_footer(); |
diff --git a/wp-content/themes/twentythirteen/archive.php b/wp-content/themes/twentythirteen/archive.php
index 445db7e..ece33f2 100644
a
|
b
|
get_header(); ?> |
52 | 52 | </div><!-- #primary --> |
53 | 53 | |
54 | 54 | <?php get_sidebar(); ?> |
55 | | <?php get_footer(); ?> |
| 55 | <?php get_footer(); |
diff --git a/wp-content/themes/twentythirteen/author.php b/wp-content/themes/twentythirteen/author.php
index c7b5d87..851992a 100644
a
|
b
|
get_header(); ?> |
59 | 59 | </div><!-- #primary --> |
60 | 60 | |
61 | 61 | <?php get_sidebar(); ?> |
62 | | <?php get_footer(); ?> |
| 62 | <?php get_footer(); |
diff --git a/wp-content/themes/twentythirteen/category.php b/wp-content/themes/twentythirteen/category.php
index f82e0ab..24acbe6 100644
a
|
b
|
get_header(); ?> |
38 | 38 | </div><!-- #primary --> |
39 | 39 | |
40 | 40 | <?php get_sidebar(); ?> |
41 | | <?php get_footer(); ?> |
| 41 | <?php get_footer(); |
diff --git a/wp-content/themes/twentythirteen/image.php b/wp-content/themes/twentythirteen/image.php
index c29caed..6be5fc4 100644
a
|
b
|
get_header(); ?> |
87 | 87 | </div><!-- #content --> |
88 | 88 | </div><!-- #primary --> |
89 | 89 | |
90 | | <?php get_footer(); ?> |
| 90 | <?php get_footer(); |
diff --git a/wp-content/themes/twentythirteen/index.php b/wp-content/themes/twentythirteen/index.php
index 1fe9b55..02dc44c 100644
a
|
b
|
get_header(); ?> |
35 | 35 | </div><!-- #primary --> |
36 | 36 | |
37 | 37 | <?php get_sidebar(); ?> |
38 | | <?php get_footer(); ?> |
| 38 | <?php get_footer(); |
diff --git a/wp-content/themes/twentythirteen/page.php b/wp-content/themes/twentythirteen/page.php
index 5545367..30f835a 100644
a
|
b
|
get_header(); ?> |
47 | 47 | </div><!-- #primary --> |
48 | 48 | |
49 | 49 | <?php get_sidebar(); ?> |
50 | | <?php get_footer(); ?> |
51 | | No newline at end of file |
| 50 | <?php get_footer(); |
diff --git a/wp-content/themes/twentythirteen/search.php b/wp-content/themes/twentythirteen/search.php
index 1519c13..bf448dc 100644
a
|
b
|
get_header(); ?> |
33 | 33 | </div><!-- #primary --> |
34 | 34 | |
35 | 35 | <?php get_sidebar(); ?> |
36 | | <?php get_footer(); ?> |
37 | | No newline at end of file |
| 36 | <?php get_footer(); |
diff --git a/wp-content/themes/twentythirteen/sidebar-main.php b/wp-content/themes/twentythirteen/sidebar-main.php
index 3c700ad..6374929 100644
a
|
b
|
if ( is_active_sidebar( 'sidebar-1' ) ) : ?> |
15 | 15 | <?php dynamic_sidebar( 'sidebar-1' ); ?> |
16 | 16 | </div><!-- .widget-area --> |
17 | 17 | </div><!-- #secondary --> |
18 | | <?php endif; ?> |
19 | | No newline at end of file |
| 18 | <?php endif; |
diff --git a/wp-content/themes/twentythirteen/sidebar.php b/wp-content/themes/twentythirteen/sidebar.php
index cb5cf98..a22f0d5 100644
a
|
b
|
if ( is_active_sidebar( 'sidebar-2' ) ) : ?> |
19 | 19 | </div><!-- .widget-area --> |
20 | 20 | </div><!-- .sidebar-inner --> |
21 | 21 | </div><!-- #tertiary --> |
22 | | <?php endif; ?> |
23 | | No newline at end of file |
| 22 | <?php endif; |
diff --git a/wp-content/themes/twentythirteen/single.php b/wp-content/themes/twentythirteen/single.php
index 1694a0d..f1b8c92 100644
a
|
b
|
get_header(); ?> |
25 | 25 | </div><!-- #primary --> |
26 | 26 | |
27 | 27 | <?php get_sidebar(); ?> |
28 | | <?php get_footer(); ?> |
29 | | No newline at end of file |
| 28 | <?php get_footer(); |
diff --git a/wp-content/themes/twentythirteen/tag.php b/wp-content/themes/twentythirteen/tag.php
index f00180d..4d943f7 100644
a
|
b
|
get_header(); ?> |
40 | 40 | </div><!-- #primary --> |
41 | 41 | |
42 | 42 | <?php get_sidebar(); ?> |
43 | | <?php get_footer(); ?> |
| 43 | <?php get_footer(); |
diff --git a/wp-content/themes/twentythirteen/taxonomy-post_format.php b/wp-content/themes/twentythirteen/taxonomy-post_format.php
index 3cf2970..b75742a 100644
a
|
b
|
get_header(); ?> |
38 | 38 | </div><!-- #primary --> |
39 | 39 | |
40 | 40 | <?php get_sidebar(); ?> |
41 | | <?php get_footer(); ?> |
| 41 | <?php get_footer(); |