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/index.html | 65 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 39 insertions(+), 26 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index dc76e5d..7e74c07 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,35 +3,44 @@ {% block title %}{{ shelf_meta.title }} · Lumière{% endblock %} {% block content %} -
-

{{ shelf_meta.eyebrow }}

-
+
+
+

{{ shelf_meta.eyebrow }}

{{ shelf_meta.title }}

+

{{ shelf_meta.empty_text }}

+
+
+
+ Entries + {{ total_films or 0 }} +
{% if active_shelf == 'queue' %} Surprise me {% endif %}
-
- - -
+
+
+ + +
+
{% if imported is not none %}
{{ imported }} entries imported.
@@ -62,10 +71,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