refactor: change alternate url for embed video file (#1579)

This commit is contained in:
Alexander Fuks 2024-03-01 00:55:30 +04:00 committed by GitHub
parent e24a0c73ba
commit 6112b15b8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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>