wp/wp-content/themes/twentythirteen/archive.php
changeset 10 372f2766ea20
parent 7 cf61fcea0001
--- a/wp/wp-content/themes/twentythirteen/archive.php	Mon Oct 14 18:28:13 2019 +0200
+++ b/wp/wp-content/themes/twentythirteen/archive.php	Mon Oct 14 18:30:03 2019 +0200
@@ -10,7 +10,7 @@
  * already has tag.php for Tag archives, category.php for Category archives,
  * and author.php for Author archives.
  *
- * @link https://codex.wordpress.org/Template_Hierarchy
+ * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
  *
  * @package WordPress
  * @subpackage Twenty_Thirteen
@@ -35,7 +35,7 @@
 					else :
 						_e( 'Archives', 'twentythirteen' );
 					endif;
-				?>
+					?>
 				</h1>
 			</header><!-- .archive-header -->
 
@@ -43,7 +43,7 @@
 			<?php
 			while ( have_posts() ) :
 				the_post();
-?>
+				?>
 				<?php get_template_part( 'content', get_post_format() ); ?>
 			<?php endwhile; ?>