From 2e23740a44a2f1f9d649ac37c3ea5858f20fe5c1 Mon Sep 17 00:00:00 2001 From: Carter McBride <18412686+carterworks@users.noreply.github.com> Date: Wed, 17 Jul 2024 21:47:50 -0600 Subject: [PATCH] Fix heights --- bun.lockb | Bin 98588 -> 98588 bytes config/template.html | 76 +++++++++++++++++++++++-------------------- 2 files changed, 41 insertions(+), 35 deletions(-) diff --git a/bun.lockb b/bun.lockb index 52d7c18c453065afa80d0d37187552ae6ac19e57..31329ee2222ffd968b237ca0937fc930a027d409 100755 GIT binary patch delta 25 gcmbQ!#5Sjitziq}OCEN{IAc8%J+ti}co=m`0CAxRCIA2c delta 25 dcmbQ!#5Sjitziq}OCEM61~AzEfrnA21OQ}<2G9Ti diff --git a/config/template.html b/config/template.html index 58999f2..18ad5e3 100644 --- a/config/template.html +++ b/config/template.html @@ -104,44 +104,50 @@
{% for group, feeds in data %} -
+

{{ group }}

- {% for feed in feeds %} -
- - {% if feed.hasRecent %} -
✳︎
- {% endif %} -
-
{{ feed.title }}
-
({{ feed.feed }})
-
-
-
    - {% for item in feed.items %} -
  • - {% if item.isRecent %} -
    ✳︎
    +
    + {% for feed in feeds %} +
    + + {% if feed.hasRecent %} +
    ✳︎
    {% endif %} -
    - -
    - {{ item.timestamp | formatDateTime}} -
    - {% if yazzyUrl %} -
    - yazzy -
    - {% endif %} +
    +
    {{ feed.title }}
    +
    ({{ feed.feed }})
    -
  • - {% endfor %} -
-
- {% endfor %} + +
    + {% for item in feed.items %} +
  • + {% if item.isRecent %} +
    ✳︎
    + {% endif %} +
    + +
    + {{ item.timestamp | formatDateTime}} +
    + {% if yazzyUrl %} +
    + yazzy +
    + {% endif %} +
    +
  • + {% endfor %} +
+ + {% endfor %} +
{% endfor %}