Update form tag on off canvas
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 21 May 2015 20:46:32 +0000 (16:46 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 21 May 2015 20:46:32 +0000 (16:46 -0400)
to make the form work

parts/off-canvas-menu.php

index bfb85f7..849d47e 100644 (file)
@@ -1,6 +1,6 @@
 <aside class="left-off-canvas-menu hide-for-large-up">
     <?php glm_offcanvas_menu(); ?>
-    <form>
+    <form action="<?php bloginfo('url'); ?>" method="get">
         <input name="s" type="search" placeholder="Search the site">
         <a class="magnifying-glass" href="#"></a>
     </form>