Change call to action based on the episode
This commit is contained in:
parent
6c3f0be44d
commit
2046e5b662
|
@ -28,7 +28,7 @@ episodes:
|
||||||
<p>{{ episode.description }}</p>
|
<p>{{ episode.description }}</p>
|
||||||
|
|
||||||
<a href="{{ episode.url }}" class="inline-block mt-2 text-sm text-grey-dark hover:text-grey-darker focus:text-grey-darker">
|
<a href="{{ episode.url }}" class="inline-block mt-2 text-sm text-grey-dark hover:text-grey-darker focus:text-grey-darker">
|
||||||
View this
|
{{ episode.video ? 'Watch' : 'Listen to' }} this
|
||||||
<span class="visuallyhidden">{{ podcast.name }}</span>
|
<span class="visuallyhidden">{{ podcast.name }}</span>
|
||||||
episode →
|
episode →
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue