Skip to content

Commit

Permalink
refactor: change alternate url for embed video file (cotes2020#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfux authored Feb 29, 2024
1 parent e24a0c7 commit 6112b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/embed/video.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<p>
<video class="embed-video file" src="{{ video_url }}" {{ poster }} {{ attributes }}>
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.
</video>
<em>{{ include.title }}</em>
</p>

0 comments on commit 6112b15

Please sign in to comment.