diff --git a/index.php b/index.php index ccc4906..eb97783 100644 --- a/index.php +++ b/index.php @@ -15,34 +15,7 @@
- -
-
- -
- -
-
- - - -

- -

-
- -
- -
- -
- -
-
-
- +
@@ -56,30 +29,12 @@ '&paged=' . $paged ); - + while ($wp_query->have_posts()) { - $wp_query->the_post() ?> -
-
-

- -

- -
- -
-
- -
- -

-
-
- + $wp_query->the_post(); + include(dirname(__FILE__) . '/partials/index-blog-post.inc'); + } +?>