Skip to content

Commit

Permalink
Fixed absence of checked boolean in sidebar attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
texasflood committed Feb 27, 2015
1 parent 547fe8a commit f2840f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ It's also available for a reversed layout when you add both classes:
Show an open sidebar on page load by modifying the `<input>` to add the `checked` boolean attribute:

```html
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox">
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox" checked>
```

Using Liquid you can also conditionally show the sidebar open on a per-page basis. For example, here's how you could have it open on the homepage only:
Expand Down

0 comments on commit f2840f1

Please sign in to comment.