diff --git a/bun.lockb b/bun.lockb index 52d7c18..31329ee 100755 Binary files a/bun.lockb and b/bun.lockb differ 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 %}