diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 19:38:16 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 19:38:16 +0000 |
| commit | 3a8e0f9e07f0eeafc4a32b670c0c25ff3f82b732 (patch) | |
| tree | 7c709c7fd1d4b75856e36fad75eb6cf8a2f5986d | |
| parent | ff9e9009c63b300eb7e19033cccceaa6ca7ee0a1 (diff) | |
Wrap home screenshots in links.
| -rw-r--r-- | Home.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -2,9 +2,15 @@ Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader an ## Screenshots -<img src="images/tt-rss/25.05/Screenshot_2025-05-10_at_09.22.19.webp" width="350" style="float: left"> -<img src="images/tt-rss/25.05/Screenshot_2025-05-10_at_09.21.21.webp" width="350" style="float: left"> -<img src="images/tt-rss/25.05/Screenshot_2025-05-10_at_09.22.50.webp" width="350"> +<a href="images/tt-rss/25.05/Screenshot_2025-05-10_at_09.22.19.webp"> + <img src="images/tt-rss/25.05/Screenshot_2025-05-10_at_09.22.19.webp" width="350" style="float: left"> +</a> +<a href="images/tt-rss/25.05/Screenshot_2025-05-10_at_09.21.21.webp"> + <img src="images/tt-rss/25.05/Screenshot_2025-05-10_at_09.21.21.webp" width="350" style="float: left"> +</a> +<a href="images/tt-rss/25.05/Screenshot_2025-05-10_at_09.22.50.webp"> + <img src="images/tt-rss/25.05/Screenshot_2025-05-10_at_09.22.50.webp" width="350"> +</a> ## Features |