diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-05 17:20:42 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-05 17:20:42 +0200 |
commit | bdd59f8088eaab7ea7835580e37db3b245a104a3 (patch) | |
tree | 2a03203f09f9dadb9109c0c9267c82c642f2b56e /_includes/notes.html | |
parent | sidebar: redesign "Notes" section (diff) | |
download | blog-bdd59f8088eaab7ea7835580e37db3b245a104a3.tar.gz blog-bdd59f8088eaab7ea7835580e37db3b245a104a3.zip |
notes: reuse theme CSS class
Diffstat (limited to '')
-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 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 }}> |