has_social_platforms): ?>
social_platforms
as $socialPlatform
): ?>
is_on_embeddable_player
): ?>
= anchor(
$socialPlatform->link_url,
platform_icon(
$socialPlatform->type,
$socialPlatform->slug,
'h-4 md:h-6'
),
[
'target' => '_blank',
'rel' => 'noopener noreferrer',
'title' => $socialPlatform->label,
'class' =>
'opacity-50 hover:opacity-100',
]
) ?>
has_funding_platforms): ?>
funding_platforms
as $fundingPlatform
): ?>
is_on_embeddable_player
): ?>
= anchor(
$fundingPlatform->link_url,
platform_icon(
$fundingPlatform->type,
$fundingPlatform->slug,
'h-4 md:h-6'
),
[
'target' => '_blank',
'rel' => 'noopener noreferrer',
'title' => $fundingPlatform->label,
'class' =>
'opacity-50 hover:opacity-100',
]
) ?>
podcasting_platforms
as $podcastingPlatform
): ?>
is_on_embeddable_player): ?>
= anchor(
$podcastingPlatform->link_url,
platform_icon(
$podcastingPlatform->type,
$podcastingPlatform->slug,
'h-4 md:h-6'
),
[
'target' => '_blank',
'rel' => 'noopener noreferrer',
'title' => $podcastingPlatform->label,
'class' => 'opacity-50 hover:opacity-100',
]
) ?>
= anchor(
route_to('podcast_feed', $podcast->name),
icon('rss', 'mr-2') . lang('Podcast.feed'),
[
'target' => '_blank',
'class' =>
'text-white h-4 md:h-6 md:text-sm text-xs bg-gradient-to-r from-orange-400 to-red-500 hover:to-orange-500 hover:bg-orange-500 inline-flex items-center px-2 py-1 font-semibold rounded-md md:rounded-lg shadow-md hover:bg-orange-600',
]
) ?>