diff -r cf61fcea0001 -r c7c34916027a wp/wp-content/themes/twentyfifteen/index.php
--- a/wp/wp-content/themes/twentyfifteen/index.php Mon Oct 14 17:39:30 2019 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,61 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
- __( '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;
- ?>
-
-
-
-
-