summaryrefslogtreecommitdiff
path: root/categories.html
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2012-01-18 16:43:52 -0800
committerJade Dominguez <plusjade@gmail.com>2012-01-18 16:43:52 -0800
commitbbf4212768ed6178049a66b929c92fcdcfe95ce9 (patch)
treec172bd158e8822577067623fb227b4aec2979654 /categories.html
parent2a5c2751eb331cc46ff73d91077f210d5833dbb6 (diff)
Add atom title and inline tag list
Diffstat (limited to 'categories.html')
-rw-r--r--categories.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/categories.html b/categories.html
index dba5f4f..a5ed9f8 100644
--- a/categories.html
+++ b/categories.html
@@ -5,7 +5,7 @@ header: Posts By Category
group: navigation
---
-<ul class="tag_box">
+<ul class="tag_box inline">
{% assign categories_list = site.categories %}
{% include helpers/categories_list.html %}
</ul>