aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2024-02-25 23:38:03 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2024-02-25 23:38:03 +0100
commit87399d2100fded0200b7a6234b84fed3e248fe2b (patch)
treec0b41b1961c89ede1aef64a1cef281d4ab4bb0b8
parent0c5b5c200ae78bc30a012adcf2ba473ba8b30ab9 (diff)
feat: update tubo page
-rw-r--r--haunt.scm11
1 files changed, 6 insertions, 5 deletions
diff --git a/haunt.scm b/haunt.scm
index 589976f..19d9e99 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -85,12 +85,13 @@ gathers the necessary data via "
app, which means no official APIs are used. The ultimate goal behind this
project is to offer a web-based alternative to NewPipe for desktop and
non-Android users.")
- (p "Currently, it features basic search and watch functionality,
-audio-only playback, media queuing, bookmarks, and distraction-free
-settings. Its roadmap includes user playlists, downloads, offline mode, and
-more.")
+ (p "Currently, it features search and watch functionality, audio-only
+playback, media queuing, bookmarks, and settings. Its roadmap includes feeds,
+downloads, offline mode, and more.")
(figure
- (img (@ (src ,(format #f "https://files.~a/tubo_channel.jpg" %domain))
+ (img (@ (src
+ ,(format #f "https://files.~a/tubo_channel_dark_media_queue.jpg"
+ %domain))
(style "width:100%")
(alt "Tubo channel page screenshot")
(class "post__image")))