summaryrefslogtreecommitdiff
path: root/categories.html
diff options
context:
space:
mode:
authorYuya Saito <studiomohawk@gmail.com>2012-01-13 09:39:09 +0900
committerYuya Saito <studiomohawk@gmail.com>2012-01-13 09:39:09 +0900
commit775898886708e13903be06e68486b3e577c2bff6 (patch)
tree9d88d940445aec718289ff26e0454c4c95302181 /categories.html
parent4021a8c402122240cead072c14fd999b8058d69b (diff)
remove linear class
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 529a345..b13d596 100644
--- a/categories.html
+++ b/categories.html
@@ -5,7 +5,7 @@ header: Posts By Category
group: example-page
---
-<ul class="tag_box inline">
+<ul class="tag_box">
{% assign categories_list = site.categories %}
{% include helpers/categories_list.html %}
</ul>