diff --git wp-content/themes/twentyfifteen/404.php wp-content/themes/twentyfifteen/404.php
index 43ff16d..ab685a4 100644
|
|
get_header(); ?> |
27 | 27 | </main><!-- .site-main --> |
28 | 28 | </div><!-- .content-area --> |
29 | 29 | |
30 | | <?php get_footer(); ?> |
| 30 | <?php get_footer(); |
diff --git wp-content/themes/twentyfifteen/archive.php wp-content/themes/twentyfifteen/archive.php
index bb6021e..f6f4e0e 100644
|
|
get_header(); ?> |
61 | 61 | </main><!-- .site-main --> |
62 | 62 | </section><!-- .content-area --> |
63 | 63 | |
64 | | <?php get_footer(); ?> |
| 64 | <?php get_footer(); |
diff --git wp-content/themes/twentyfifteen/image.php wp-content/themes/twentyfifteen/image.php
index 5a471d4..f8d01a1 100644
|
|
get_header(); ?> |
91 | 91 | </main><!-- .site-main --> |
92 | 92 | </div><!-- .content-area --> |
93 | 93 | |
94 | | <?php get_footer(); ?> |
| 94 | <?php get_footer(); |
diff --git wp-content/themes/twentyfifteen/index.php wp-content/themes/twentyfifteen/index.php
index db77651..b1fdf4f 100644
|
|
get_header(); ?> |
58 | 58 | </main><!-- .site-main --> |
59 | 59 | </div><!-- .content-area --> |
60 | 60 | |
61 | | <?php get_footer(); ?> |
| 61 | <?php get_footer(); |
diff --git wp-content/themes/twentyfifteen/page.php wp-content/themes/twentyfifteen/page.php
index 5c7a0b0..a7ff0ee 100644
|
|
get_header(); ?> |
35 | 35 | </main><!-- .site-main --> |
36 | 36 | </div><!-- .content-area --> |
37 | 37 | |
38 | | <?php get_footer(); ?> |
| 38 | <?php get_footer(); |
diff --git wp-content/themes/twentyfifteen/search.php wp-content/themes/twentyfifteen/search.php
index 3352841..8b82b6a 100644
|
|
get_header(); ?> |
50 | 50 | </main><!-- .site-main --> |
51 | 51 | </section><!-- .content-area --> |
52 | 52 | |
53 | | <?php get_footer(); ?> |
| 53 | <?php get_footer(); |
diff --git wp-content/themes/twentyfifteen/sidebar.php wp-content/themes/twentyfifteen/sidebar.php
index 02308ef..ff4b3c8 100644
|
|
if ( has_nav_menu( 'primary' ) || has_nav_menu( 'social' ) || is_active_sidebar( |
44 | 44 | |
45 | 45 | </div><!-- .secondary --> |
46 | 46 | |
47 | | <?php endif; ?> |
| 47 | <?php endif; |
diff --git wp-content/themes/twentyfifteen/single.php wp-content/themes/twentyfifteen/single.php
index afbb7b5..c46b203 100644
|
|
get_header(); ?> |
45 | 45 | </main><!-- .site-main --> |
46 | 46 | </div><!-- .content-area --> |
47 | 47 | |
48 | | <?php get_footer(); ?> |
| 48 | <?php get_footer(); |