Skip to content

Commit

Permalink
Merge pull request #90 from kennyjacob/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mdo committed Feb 5, 2015
2 parents b8369a7 + 7a3a145 commit 547fe8a
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 @@ -109,7 +109,7 @@ Show an open sidebar on page load by modifying the `<input>` to add the `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:

```html
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox" {% if page.title =="Home" %}checked{% end %}>
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox" {% if page.title =="Home" %}checked{% endif %}>
```

## Development
Expand Down

0 comments on commit 547fe8a

Please sign in to comment.