From cdd28b6c0a3a6444b9ae79b123fe4fa7401de5ab Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Thu, 14 May 2026 01:31:34 -0700 Subject: Refine Lumi layouts and public profile --- templates/_feed_partial.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'templates/_feed_partial.html') diff --git a/templates/_feed_partial.html b/templates/_feed_partial.html index e22cdde..47800be 100644 --- a/templates/_feed_partial.html +++ b/templates/_feed_partial.html @@ -1,10 +1,14 @@ {% if active_shelf == 'diary' and grouped_films %} {% for group in grouped_films %}
-

{{ group.month }}

- {% for film in group.films %} - {% include "_film_card.html" %} - {% endfor %} +
+

{{ group.month }}

+
+
+ {% for film in group.films %} + {% include "_film_card.html" %} + {% endfor %} +
{% endfor %} {% else %} -- cgit v1.3-2-g0d8e