diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-content/themes/twentytwelve/archive.php --- a/wp/wp-content/themes/twentytwelve/archive.php Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-content/themes/twentytwelve/archive.php Mon Oct 14 17:39:30 2019 +0200 @@ -24,9 +24,10 @@
-

' . get_the_date() . '' ); +

+ ' . get_the_date() . '' ); elseif ( is_month() ) : printf( __( 'Monthly Archives: %s', 'twentytwelve' ), '' . get_the_date( _x( 'F Y', 'monthly archives date format', 'twentytwelve' ) ) . '' ); elseif ( is_year() ) : @@ -34,15 +35,17 @@ else : _e( 'Archives', 'twentytwelve' ); endif; - ?>

+ ?> +