diff --git a/.travis.yml b/.travis.yml
index c0f30d07..c50fa8cc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,6 +50,8 @@ before_script:
- theme_slug=$(basename $(pwd))
- theme_dir=$WP_DEVELOP_DIR/src/wp-content/themes/$theme_slug
- cd ..
+ # Avoid conflict with stock twentynineteen theme
+ - if [ -d $theme_dir ]; then rm -r $theme_dir; fi
- mv $theme_slug $theme_dir
# Set up WordPress configuration.
- cd $WP_DEVELOP_DIR
diff --git a/404.php b/404.php
index 0c84bc03..1067ab03 100644
--- a/404.php
+++ b/404.php
@@ -6,28 +6,28 @@
*
* @package WordPress
* @subpackage Twenty_Nineteen
+ * @since 1.0.0
*/
get_header();
?>
-
+
-
+
-
-
+
-
+
Customize in your admin panel and customize to taste.
-
+
## Copyright
Twenty Nineteen WordPress Theme, Copyright 2018 WordPress.org
-Twenty Nineteen is distributed under the terms of the GNU GPL
+Twenty Nineteen is distributed under the terms of the GNU GPL.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/archive.php b/archive.php
index bc910b5e..df8b24fb 100644
--- a/archive.php
+++ b/archive.php
@@ -6,12 +6,13 @@
*
* @package WordPress
* @subpackage Twenty_Nineteen
+ * @since 1.0.0
*/
get_header();
?>
-
+
@@ -34,7 +35,7 @@
* If you want to override this in a child theme, then include a file
* called content-___.php (where ___ is the Post Format name) and that will be used instead.
*/
- get_template_part( 'template-parts/content/content' );
+ get_template_part( 'template-parts/content/content', 'excerpt' );
// End the loop.
endwhile;
@@ -50,7 +51,7 @@
?>
-
+
\s*', '><', $svg ); // Remove white space between SVG tags.
@@ -70,14 +71,14 @@ public static function get_social_link_svg( $uri, $size ) {
* @var array
*/
static $ui_icons = array(
- 'link' => /* material-design – link */ '
-