diff options
| author | tekkub <tekkub@gmail.com> | 2009-07-23 01:40:00 -0600 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-07-23 01:40:00 -0600 |
| commit | ab8d18035778087fb599175bc73628a654ff6c0a (patch) | |
| tree | 117123cd230c19eb24bb8f3decd3d0ba1f287321 /index.textile | |
| parent | 1713fa0405c9987cd39a0958f4da36ee9e99727e (diff) | |
First bit of css updating to match pages.github
Diffstat (limited to 'index.textile')
| -rw-r--r-- | index.textile | 20 |
1 files changed, 10 insertions, 10 deletions
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 --- -<div class="span-21" id="welcome"> +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. - -</div> +This site is a work in progress. {% for cat in (page.index_cats) %} <div class="category_index"> <h2>{{ cat | capitalize }}</h2> - {% for post in site.posts reversed %}{% if post.categories contains cat %} - <b><a href="{{ post.url }}">{{ post.title }}</a></b> - <p>{{ post.description }}</p> - {% endif %}{% endfor %} + <dl> + {% for post in site.posts reversed %}{% if post.categories contains cat %} + <dt><a href="{{ post.url }}">{{ post.title }}</a></dt> + <dd>{{ post.description }}</dd> + {% endif %}{% endfor %} + </dl> </div> {% endfor %} + +<div class="clear"></div> |
