summaryrefslogtreecommitdiff
path: root/_pages/posts.html
diff options
context:
space:
mode:
Diffstat (limited to '_pages/posts.html')
-rw-r--r--_pages/posts.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/_pages/posts.html b/_pages/posts.html
index 3bdf010..48bc522 100644
--- a/_pages/posts.html
+++ b/_pages/posts.html
@@ -47,7 +47,12 @@ being referenced in my articles.
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
- <small>{{ post.date | date: "%Y-%m-%d" }}</small>
+ <small>
+ {{ post.date | date: "%Y-%m-%d" }}
+ {% for tag in post.tags %}
+ #{{ tag }}
+ {% endfor %}
+ </small>
</li>
{% if forloop.last %}