mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
refactor: change alternate url for embed video file (#1579)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user