Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JeremyEnglert/b5519e63a6cce3276208a902bb863624 to your computer and use it in GitHub Desktop.
Save JeremyEnglert/b5519e63a6cce3276208a902bb863624 to your computer and use it in GitHub Desktop.
<div id="off-canvas" class="off-canvas offcanvas-full-screen" data-off-canvas data-transition="overlap">
<div class="offcanvas-full-screen-inner">
<button class="offcanvas-full-screen-close" aria-label="Close menu" type="button" data-close>
<span aria-hidden="true">&times;</span>
</button>
<?php joints_off_canvas_nav(); ?> <!-- This is the offcanvas/mobile nav -->
<?php joints_top_nav(); ?> <!-- This is the top nav -->
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment