From c421139ea893ea0e2f68d23620dd3d91b6feecbe Mon Sep 17 00:00:00 2001 From: soaos Date: Fri, 3 Apr 2026 16:06:30 -0400 Subject: Initial Commit (Fresh Start) --- data/templates/index.html | 60 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 data/templates/index.html (limited to 'data/templates/index.html') diff --git a/data/templates/index.html b/data/templates/index.html new file mode 100644 index 0000000..e7f6503 --- /dev/null +++ b/data/templates/index.html @@ -0,0 +1,60 @@ + + + + + + {{ ring_name }} List + + +

{{ ring_name }} List

+

{{ ring_description }}

+

Add all sites with declared RSS feeds to your feed reader with this OPML link.

+ + {% if sites %} + + + + + + + + + + + {% for site in sites %} + + + + + + + {% endfor %} + +
NameURLAboutOwner
{{ site.website.slug }} + {{ site.website.url }} + {% if site.website.rss %} + [rss] + {% endif %} + {% if site.website.atom %} + [atom] + {% endif %} + {{ site.website.about | default(value="") }}{{ site.website.owner | default(value="") }}
+ {% endif %} + + {% if failed_sites %} + The following member sites were not included in this iteration of the webring: + + {% endif %} + + +
+ + + -- cgit v1.3-2-g0d8e