added a partial I missed
authorIan Weller <ian@gaslightmedia.com>
Wed, 7 Sep 2016 17:29:04 +0000 (13:29 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 7 Sep 2016 17:29:04 +0000 (13:29 -0400)
I missed the header-meta partial when I grabed the sections folder and the
updated index.php.

root/parts/header-meta.php [new file with mode: 0644]

diff --git a/root/parts/header-meta.php b/root/parts/header-meta.php
new file mode 100644 (file)
index 0000000..4e24415
--- /dev/null
@@ -0,0 +1,11 @@
+<head>
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <title><?php wp_title(); ?></title>
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css">
+    <link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet">
+    <link href="https://fonts.googleapis.com/css?family=Cinzel" rel="stylesheet">
+    <link href="https://fonts.googleapis.com/css?family=PT+Serif:400,400i" rel="stylesheet">
+    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
+    <?php wp_head(); ?>
+</head>
\ No newline at end of file