aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-07 19:27:56 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-07 19:27:56 +0200
commit0acc8efb620dd9ed9a5cfcec584e0efdff0867ce (patch)
tree47006a643d718cf79f1bfd4d64ea432c6f478ab6
parentnotes: add glyphicons to sidebar (diff)
downloadblog-0acc8efb620dd9ed9a5cfcec584e0efdff0867ce.tar.gz
blog-0acc8efb620dd9ed9a5cfcec584e0efdff0867ce.zip
notes: undo monospace sidebar headers
Diffstat (limited to '')
-rw-r--r--_includes/notes.html2
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>&nbsp;{{ note.subtitle }}</small>
</{{ h }}>
</a>