aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-10-28 08:52:54 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-10-28 11:15:40 +0200
commit728514d65697d1cb922d72194d58f413b8064a0b (patch)
treeeac98c06a37bae6266faf15f8abf663edf4ec8d5 /_includes
parentbump jekyll-theme (diff)
downloadblog-728514d65697d1cb922d72194d58f413b8064a0b.tar.gz
blog-728514d65697d1cb922d72194d58f413b8064a0b.zip
bump jekyll-theme
Diffstat (limited to '_includes')
-rw-r--r--_includes/notes.html4
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>&nbsp;{{ note.subtitle }}</small>
+ <small class="flex-header-right"><span class="glyphicon glyphicon-menu-right"></span>&nbsp;{{ note.subtitle }}</small>
</h5>
</a>
{% endfor %}