--- a/wp/wp-content/themes/twentythirteen/category.php Mon Oct 14 18:28:13 2019 +0200
+++ b/wp/wp-content/themes/twentythirteen/category.php Mon Oct 14 18:30:03 2019 +0200
@@ -2,7 +2,7 @@
/**
* The template for displaying Category pages
*
- * @link https://codex.wordpress.org/Template_Hierarchy
+ * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package WordPress
* @subpackage Twenty_Thirteen
@@ -27,7 +27,7 @@
<?php
while ( have_posts() ) :
the_post();
-?>
+ ?>
<?php get_template_part( 'content', get_post_format() ); ?>
<?php endwhile; ?>