We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db42fd4 commit 7b2f17aCopy full SHA for 7b2f17a
_includes/latest_episodes.html
@@ -20,12 +20,14 @@ <h2 class="episode-header-text">Latest Episodes</h2>
20
</li>
21
<span class="info-divide"></span>
22
</ul>
23
- {% if item.poster or item.video %}
24
- <ul class="episode-info">
25
- <li class="episode-poster"><a href="{{ item.poster }}">Poster</a></li>
+ <ul class="episode-info">
+ {% if item.poster %}
+ <li class="episode-poster"><a href="{{ item.poster }}">Poster</a></li>
26
+ {% endif %}
27
+ {% if item.video %}
28
<li class="episode-poster"><a href="{{ item.video }}">Watch</a></li>
29
30
- {% endif %}
31
</div>
32
33
{% endif %}
0 commit comments