update to have footer call before body
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 24 Aug 2015 15:08:53 +0000 (11:08 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 24 Aug 2015 15:09:09 +0000 (11:09 -0400)
root/footer.php

index d851020..e4855e2 100644 (file)
@@ -19,6 +19,6 @@
         <a class="exit-off-canvas"></a>
         </div><!--End of inner-wrap-->
       </div><!--End of off-canvas-->
-  </body>
   <?php wp_footer();?>
+  </body>
 </html>