From ab8d18035778087fb599175bc73628a654ff6c0a Mon Sep 17 00:00:00 2001 From: tekkub Date: Thu, 23 Jul 2009 01:40:00 -0600 Subject: First bit of css updating to match pages.github --- index.textile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'index.textile') diff --git a/index.textile b/index.textile index c92126b..6e01f77 100644 --- a/index.textile +++ b/index.textile @@ -9,20 +9,20 @@ index_cats: - collaborating --- -
+Here we have compiled many guides to help you set up and use GitHub. Be aware that these guides generally only cover GitHub-specific topics, for help learning how to use Git, please check out "Learn.GitHub":http://learn.github.com/ -p. Here we have compiled many guides to help you set up and use GitHub. Be aware that these guides generally only cover GitHub-specific topics, for help learning how to use Git, please check out "Learn.GitHub":http://learn.github.com/ - -p. This site is a work in progress. - -
+This site is a work in progress. {% for cat in (page.index_cats) %}

{{ cat | capitalize }}

- {% for post in site.posts reversed %}{% if post.categories contains cat %} - {{ post.title }} -

{{ post.description }}

- {% endif %}{% endfor %} +
+ {% for post in site.posts reversed %}{% if post.categories contains cat %} +
{{ post.title }}
+
{{ post.description }}
+ {% endif %}{% endfor %} +
{% endfor %} + +
-- cgit v1.3.1