fixing unclosed ul in off-canvas-menu
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 17 Oct 2016 20:09:08 +0000 (16:09 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 17 Oct 2016 20:09:08 +0000 (16:09 -0400)
header.php
parts/off-canvas-menu.php

index 461c999..6936755 100644 (file)
@@ -5,7 +5,7 @@
     <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 rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
+    <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Josefin+Slab:700' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
index fd8ddfe..11d571b 100644 (file)
@@ -32,5 +32,5 @@
             <input name="s" type="text" placeholder="Search">
             <a id="magnifying-glass" href="#"></a>
         </form>
-    <ul>
+    </ul>
 </aside>