aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--_includes/notes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/notes.html b/_includes/notes.html
index aa3822e..7a1a0a9 100644
--- a/_includes/notes.html
+++ b/_includes/notes.html
@@ -16,7 +16,7 @@
<a href="{{ note.url | relative_url }}" class="list-group-item">
<{{ h }} class="list-group-item-heading post-header">
<span class="text-monospace">{{ note.title }}</span>
- <small class="post-date">{{ note.subtitle }}</small>
+ <small class="post-date"><span class="glyphicon glyphicon-menu-right"></span>&nbsp;{{ note.subtitle }}</small>
</{{ h }}>
</a>
{% endfor %}