summaryrefslogtreecommitdiff
path: root/tags.html
diff options
context:
space:
mode:
authorYuya Saito <studiomohawk@gmail.com>2012-01-13 09:39:37 +0900
committerYuya Saito <studiomohawk@gmail.com>2012-01-13 09:39:37 +0900
commit320470d8442fd977734ae5cf359a3ba79ed7f90e (patch)
tree00ba616d4310323de3790c6732a13c238fcfe6df /tags.html
parent775898886708e13903be06e68486b3e577c2bff6 (diff)
remove linear class
Diffstat (limited to 'tags.html')
-rw-r--r--tags.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tags.html b/tags.html
index fa36a9c..947f0b7 100644
--- a/tags.html
+++ b/tags.html
@@ -4,8 +4,8 @@ title: Tags
header: Posts By Tag
group: example-page
---
-
-<ul class="tag_box inline">
+
+<ul class="tag_box">
{% assign tags_list = site.tags %}
{% include helpers/tags_list.html %}
</ul>