diff --git a/_data/software/video-streaming-front-ends/1_invidious.yml b/_data/software/video-streaming-front-ends/1_invidious.yml index e57eb5b1..4ff9d58e 100644 --- a/_data/software/video-streaming-front-ends/1_invidious.yml +++ b/_data/software/video-streaming-front-ends/1_invidious.yml @@ -1,6 +1,7 @@ title: Invidious type: Recommendation logo: /assets/img/video-streaming/invidious.svg +logo_dark: /assets/img/video-streaming/invidious-dark.svg description: | Invidious is a free and open source front end for YouTube that is also self-hostable. There are list of public instances. Some instances have Tor onion services support. diff --git a/_includes/recommendation-card.html b/_includes/recommendation-card.html index aaf84da0..46b20574 100644 --- a/_includes/recommendation-card.html +++ b/_includes/recommendation-card.html @@ -2,7 +2,12 @@
- {{ item.name }} logo + + {% if item.logo_dark %}{% endif %} + {{ item.name }} logo +

{{ item.title }}