Update the off canvas nav function call
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 19 Mar 2015 13:20:16 +0000 (09:20 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 19 Mar 2015 13:20:16 +0000 (09:20 -0400)
for navigation

root/README.md
root/parts/off-canvas-menu.php

index 66d1896..bec84c1 100644 (file)
@@ -16,9 +16,6 @@ You'll need to have the following items installed before continuing.
 npm install && bower install
 ```
 
-First run of project 
-`grunt build`
-
 While you're working on your project, run:
 
 `grunt`
index ab16bda..82fba5c 100644 (file)
@@ -1,3 +1,3 @@
 <aside class="left-off-canvas-menu hide-for-large-up">
-    <?php glm_page_menu(); ?>
+    <?php glm_offcanvas_menu(); ?>
 </aside>