Commit 6e503c8d authored by Yassine Doghri's avatar Yassine Doghri
Browse files

fix(platforms): display platform link only when visible is toggled on

add condition to podcast page

fix #39
parent 2f07992e
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -43,9 +43,14 @@
                            ]
                        ) ?>
                    <?php foreach ($podcast->platforms as $platform): ?>
                        <?php if ($platform->visible): ?>
                            <a href="<?= $platform->link_url ?>" title="<?= $platform->label ?>" target="_blank" rel="noopener noreferrer" class="ml-2">
                        <?= platform_icon($platform->icon_filename, 'h-8') ?>
                            <?= platform_icon(
                                $platform->icon_filename,
                                'h-8'
                            ) ?>
                            </a>
                        <?php endif; ?>
                    <?php endforeach; ?>
                    </div>
                    <div class="mb-2 opacity-75">