From 1db23acd781c0c869277bbaf001d28f968bea1b1 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sat, 30 Jul 2011 12:04:33 -0400 Subject: added multi sidebar support --- .themes/classic/source/_layouts/post.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.themes/classic/source/_layouts/post.html') diff --git a/.themes/classic/source/_layouts/post.html b/.themes/classic/source/_layouts/post.html index 0e1004f0..78557c04 100644 --- a/.themes/classic/source/_layouts/post.html +++ b/.themes/classic/source/_layouts/post.html @@ -24,3 +24,12 @@ single: true {% endif %} +{% unless page.sidebar == false %} + +{% endunless %} -- cgit v1.2.1