adding home template file
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 Oct 2019 00:16:12 +0000 (20:16 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 Oct 2019 00:16:12 +0000 (20:16 -0400)
home.php [new file with mode: 0644]

diff --git a/home.php b/home.php
new file mode 100644 (file)
index 0000000..cd3cb7e
--- /dev/null
+++ b/home.php
@@ -0,0 +1,14 @@
+<?php
+/**
+ * The template for displaying blog posts
+ *
+ * @package WordPress
+ * @subpackage Twenty_Nineteen
+ * @since 1.0.0
+ */
+
+get_header(); ?>
+
+
+
+<?php get_footer();
\ No newline at end of file