diff options
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 }}> |