diff -r 346c88efed21 -r 5e2f62d02dcd wp/wp-content/themes/twentyfifteen/index.php
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-content/themes/twentyfifteen/index.php Tue Jun 09 03:35:32 2015 +0200
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+ __( 'Previous page', 'twentyfifteen' ),
+ 'next_text' => __( 'Next page', 'twentyfifteen' ),
+ 'before_page_number' => '' . __( 'Page', 'twentyfifteen' ) . ' ',
+ ) );
+
+ // If no content, include the "No posts found" template.
+ else :
+ get_template_part( 'content', 'none' );
+
+ endif;
+ ?>
+
+
+
+
+