From f2840f1d3e8bf008a70cdfc3863e50ab6c7c10e1 Mon Sep 17 00:00:00 2001 From: texasflood Date: Fri, 27 Feb 2015 21:56:06 +0000 Subject: [PATCH] Fixed absence of checked boolean in sidebar attribute --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7290e642dfd0..914e2455f85c2 100644 --- a/README.md +++ b/README.md @@ -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 `` to add the `checked` boolean attribute: ```html - + ``` 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: