diff options
| author | tekkub <tekkub@gmail.com> | 2009-06-25 14:10:11 -0600 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-06-25 14:10:31 -0600 |
| commit | 5d15d064cee4a4c44b921d67faf287559add4d27 (patch) | |
| tree | 110dd5de8e63e380bc7c081d0858715e5b68c3be /index.textile | |
| parent | f9baeeee746ea7d76d81d9941561b09eff54ec16 (diff) | |
make index categories style a bit less painful to work with
Diffstat (limited to 'index.textile')
| -rw-r--r-- | index.textile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/index.textile b/index.textile index ae66ec7..68a535a 100644 --- a/index.textile +++ b/index.textile @@ -6,8 +6,6 @@ index_cats: - mac - windows - collaborating -last_cats: -- windows --- <div class="span-21" id="welcome"> @@ -19,7 +17,7 @@ p. This site is a work in progress. </div> {% for cat in (page.index_cats) %} - <div class="span-7 {% if page.last_cats contains cat %}last{% endif %}"> + <div class="category_index"> <h2>{{ cat | capitalize }}</h2> {% for post in site.posts %}{% if post.categories contains cat %} <b><a href="{{ post.url }}">{{ post.title }}</a></b> @@ -27,4 +25,3 @@ p. This site is a work in progress. {% endif %}{% endfor %} </div> {% endfor %} - |
