Skip to content

Commit 1a7357e

Browse files
committed
fix: videos not displaying
1 parent 1a62c2b commit 1a7357e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/_includes/video.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title="Play Video"
33
class="o-media c-media u-link-default"
44
href="{{ src }}"
5-
{% if thumb %}
5+
{%- if thumb -%}
66
style="background-image: url({{ thumb }})"
7-
{% endif %}
7+
{%- endif -%}
88
>
99
<svg
1010
class="o-media__body c-media__play {% if include.thumb %} c-media__play--thumbnail{% endif %}"

0 commit comments

Comments
 (0)