summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 3dcf45f..1770af6 100644
--- a/index.html
+++ b/index.html
@@ -26,10 +26,10 @@ title: ASCIIMX
{% for post in posts %}
<tr>
- <td class="posts-td-link">
+ <td class="posts-td posts-td-link">
<a href="{{ post.url }}">{{ post.title }}</a>
</td>
- <td class="posts-td-time">
+ <td class="posts-td posts-td-time">
<span class="post-meta">
<time datetime="{{ post.date }}">{{ post.date | date: "%Y-%m-%d" }}</time>
</span>