aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/notes.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-06 10:01:23 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-06 10:01:23 +0200
commit87b5be712e4c46bd7f06ce24fefb8fe9cf9dc251 (patch)
treed91e181b6c8e5901cc9b540fb7141d38fcf909a1 /_includes/notes.html
parentbump jekyll-theme (diff)
downloadblog-87b5be712e4c46bd7f06ce24fefb8fe9cf9dc251.tar.gz
blog-87b5be712e4c46bd7f06ce24fefb8fe9cf9dc251.zip
notes: sidebar styling
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 79c4de9..cb5e93a 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>{{ note.title }}</span>
+ <span class="text-monospace">{{ note.title }}</span>
<small>{{ note.subtitle }}</small>
</{{ h }}>
</a>