diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-28 08:52:54 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-28 11:15:40 +0200 |
commit | 728514d65697d1cb922d72194d58f413b8064a0b (patch) | |
tree | eac98c06a37bae6266faf15f8abf663edf4ec8d5 /_includes | |
parent | bump jekyll-theme (diff) | |
download | blog-728514d65697d1cb922d72194d58f413b8064a0b.tar.gz blog-728514d65697d1cb922d72194d58f413b8064a0b.zip |
bump jekyll-theme
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/notes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/notes.html b/_includes/notes.html index 7783490..54055d7 100644 --- a/_includes/notes.html +++ b/_includes/notes.html @@ -8,9 +8,9 @@ </div> {% for note in note_list %} <a href="{{ note.url | relative_url }}" class="list-group-item"> - <h5 class="list-group-item-heading post-header"> + <h5 class="list-group-item-heading flex-header"> <span>{{ note.title }}</span> - <small class="post-date"><span class="glyphicon glyphicon-menu-right"></span> {{ note.subtitle }}</small> + <small class="flex-header-right"><span class="glyphicon glyphicon-menu-right"></span> {{ note.subtitle }}</small> </h5> </a> {% endfor %} |