diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-content/themes/twentysixteen/archive.php
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-content/themes/twentysixteen/archive.php Mon Oct 14 17:39:30 2019 +0200
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+ __( 'Previous page', 'twentysixteen' ),
+ 'next_text' => __( 'Next page', 'twentysixteen' ),
+ 'before_page_number' => '' . __( 'Page', 'twentysixteen' ) . ' ',
+ ) );
+
+ // If no content, include the "No posts found" template.
+ else :
+ get_template_part( 'template-parts/content', 'none' );
+
+ endif;
+ ?>
+
+
+
+
+
+