Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #59 from mjaverto/patch-1
Browse files Browse the repository at this point in the history
Add data-offcanvas attribute
  • Loading branch information
olefredrik committed Jun 16, 2014
2 parents 09e1a84 + f55fe45 commit 2384f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<body <?php body_class(); ?>>
<?php do_action('foundationPress_after_body'); ?>

<div class="off-canvas-wrap">
<div class="off-canvas-wrap" data-offcanvas>
<div class="inner-wrap">

<?php do_action('foundationPress_layout_start'); ?>
Expand Down Expand Up @@ -71,4 +71,4 @@


<section class="container" role="document">
<?php do_action('foundationPress_after_header'); ?>
<?php do_action('foundationPress_after_header'); ?>

0 comments on commit 2384f84

Please sign in to comment.