aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-07 19:27:05 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-07 19:27:05 +0200
commit5849a129e43a58aab9f4608df81100e562dff20f (patch)
tree11252517d96f46da79a94fa28a65a96a551843c4
parentbump jekyll-theme (diff)
downloadblog-5849a129e43a58aab9f4608df81100e562dff20f.tar.gz
blog-5849a129e43a58aab9f4608df81100e562dff20f.zip
notes: add glyphicons to sidebar
-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 %}