diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-07 19:27:56 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-07 19:27:56 +0200 |
commit | 0acc8efb620dd9ed9a5cfcec584e0efdff0867ce (patch) | |
tree | 47006a643d718cf79f1bfd4d64ea432c6f478ab6 /_includes/notes.html | |
parent | notes: add glyphicons to sidebar (diff) | |
download | blog-0acc8efb620dd9ed9a5cfcec584e0efdff0867ce.tar.gz blog-0acc8efb620dd9ed9a5cfcec584e0efdff0867ce.zip |
notes: undo monospace sidebar headers
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 7a1a0a9..4b739af 100644 --- a/_includes/notes.html +++ b/_includes/notes.html @@ -15,7 +15,7 @@ {% for note in note_list %} <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> + <span>{{ note.title }}</span> <small class="post-date"><span class="glyphicon glyphicon-menu-right"></span> {{ note.subtitle }}</small> </{{ h }}> </a> |