We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24a0c7 commit 6112b15Copy full SHA for 6112b15
_includes/embed/video.html
@@ -32,7 +32,7 @@
32
33
<p>
34
<video class="embed-video file" src="{{ video_url }}" {{ poster }} {{ attributes }}>
35
- Your browser doesn't support HTML video. Here is a <a href="{{ url }}">link to the video</a> instead.
+ Your browser doesn't support HTML video. Here is a <a href="{{ video_url }}">link to the video</a> instead.
36
</video>
37
<em>{{ include.title }}</em>
38
</p>
0 commit comments