diff options
| author | soaos <soaos@soaos.dev> | 2025-08-16 14:59:19 -0400 |
|---|---|---|
| committer | soaos <soaos@soaos.dev> | 2025-08-16 14:59:19 -0400 |
| commit | 68b6d1eb607af5fb3e51391f8f12f1a95b405d56 (patch) | |
| tree | 5e5f8e59425dfc29ea0d1def4b6dc87cd99c7b96 /data/templates/grid.html | |
| parent | 396458d0021e5d6e8574444b8c14348f9217b100 (diff) | |
Updated to work with ringfairy 0.2
Diffstat (limited to 'data/templates/grid.html')
| -rw-r--r-- | data/templates/grid.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/data/templates/grid.html b/data/templates/grid.html new file mode 100644 index 0000000..2c187b1 --- /dev/null +++ b/data/templates/grid.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>{{ ring_name }} List</title> + </head> + <body> + <div class="cards-container"> + <h1>{{ ring_name }} List</h1> + <p>{{ ring_description }}</p> + <p>Add all sites with declared RSS feeds to your feed reader with this <a href ="{{ opml }}">OPML</a> link.</p> + + {{ grid_of_sites | safe }} + + <br> + <footer> + <p>Last updated: {{ current_time }} </p> + <p>Powered by <a href="https://github.com/k3rs3d/ringfairy">ringfairy</a>!</p> + </footer> + </div> + </body> +</html> |
