From cabfb8ec4e4f75575b048e3dcd3ab4622b593c9d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 25 Oct 2022 12:05:29 +0200 Subject: redesign feed & categories --- _includes/notes.html | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to '_includes/notes.html') diff --git a/_includes/notes.html b/_includes/notes.html index 4b739af..7783490 100644 --- a/_includes/notes.html +++ b/_includes/notes.html @@ -3,21 +3,15 @@ {% endcomment %} {% assign note_list = site.notes | sort_natural: 'title' %}
- {% assign h = 'h4' %} - {% if include.sidebar %} - {% assign h = 'h5' %} - {% endif %} - {% if include.sidebar %}

notes

- {% endif %} {% for note in note_list %} - <{{ h }} class="list-group-item-heading post-header"> +
{{ note.title }} - +
{% endfor %}
-- cgit v1.2.3