From f1bd9b8a2410131abb0aca5e40d97d3b9b1613c1 Mon Sep 17 00:00:00 2001 From: tekkub Date: Mon, 27 Jul 2009 01:27:38 -0600 Subject: Add sidebar in, rework index page, add a little jQuery --- _layouts/default.html | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html index 04abf98..ea5e3ce 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,3 +1,11 @@ +--- +sidebar_cats: +- setup +- repos +- collaborating +- mac +- windows +--- @@ -9,9 +17,15 @@ + + + + {% if page.main_category %} + + {% endif %}
-
-

{{ page.title }}

+
+
+
+

{{ page.title }}

+ + {{ content }} +
- {{ content }} + +
-- cgit v1.3.1