aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-05 17:20:42 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-05 17:20:42 +0200
commitbdd59f8088eaab7ea7835580e37db3b245a104a3 (patch)
tree2a03203f09f9dadb9109c0c9267c82c642f2b56e /_includes
parentsidebar: redesign "Notes" section (diff)
downloadblog-bdd59f8088eaab7ea7835580e37db3b245a104a3.tar.gz
blog-bdd59f8088eaab7ea7835580e37db3b245a104a3.zip
notes: reuse theme CSS class
Diffstat (limited to '_includes')
-rw-r--r--_includes/notes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/notes.html b/_includes/notes.html
index 1657f7a..79c4de9 100644
--- a/_includes/notes.html
+++ b/_includes/notes.html
@@ -14,7 +14,7 @@
{% endif %}
{% for note in note_list %}
<a href="{{ note.url | relative_url }}" class="list-group-item">
- <{{ h }} class="list-group-item-heading" style="display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; column-grap: .5em;">
+ <{{ h }} class="list-group-item-heading post-header">
<span>{{ note.title }}</span>
<small>{{ note.subtitle }}</small>
</{{ h }}>