diff --git a/config/template.html b/config/template.html index 616472f..a0f0cdb 100644 --- a/config/template.html +++ b/config/template.html @@ -104,10 +104,10 @@
{% for group, feeds in data %} -
+

{{ group }}

{% for feed in feeds %} -
+
{% if feed.hasRecent %}
✳︎
@@ -117,7 +117,7 @@
({{ feed.feed }})
-
    +
      {% for item in feed.items %}
    • {% if item.isRecent %} @@ -146,16 +146,18 @@ {% endfor %}
{% if errors | length > 0 %} -

Errors

-

There were errors trying to parse these feeds:

- +
+

Errors

+

There were errors trying to parse these feeds:

+ +
{% endif %}