summaryrefslogtreecommitdiffstats
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/latest.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/_includes/latest.html b/_includes/latest.html
index a6f8e9b..b71216a 100644
--- a/_includes/latest.html
+++ b/_includes/latest.html
@@ -8,10 +8,12 @@
<td class="posts-td posts-td-link">
<a href="{{ post.url }}" class="link-decor-none">{{ post.title }}</a>
</td>
- <td class="posts-td posts-td-time">
+ <td class="posts-td posts-td-link posts-td-time">
+ <a href="{{ post.url }}" class="link-decor-none">
<span class="post-meta">
<time datetime="{{ post.date }}">{{ post.date | date: "%Y-%m-%d" }}</time>
</span>
+ </a>
</td>
</tr>