diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-07 19:27:05 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-07 19:27:05 +0200 |
commit | 5849a129e43a58aab9f4608df81100e562dff20f (patch) | |
tree | 11252517d96f46da79a94fa28a65a96a551843c4 /_includes/notes.html | |
parent | bump jekyll-theme (diff) | |
download | blog-5849a129e43a58aab9f4608df81100e562dff20f.tar.gz blog-5849a129e43a58aab9f4608df81100e562dff20f.zip |
notes: add glyphicons to sidebar
Diffstat (limited to '_includes/notes.html')
-rw-r--r-- | _includes/notes.html | 2 |
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> {{ note.subtitle }}</small> </{{ h }}> </a> {% endfor %} |