projects
/
WP-Themes
/
glmTheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57e25f0
)
adding home template file
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 10 Oct 2019 00:16:12 +0000
(20:16 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 10 Oct 2019 00:16:12 +0000
(20:16 -0400)
home.php
[new file with mode: 0644]
patch
|
blob
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