mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
refactor: change alternate url for embed video file (#1579)
This commit is contained in:
parent
e24a0c73ba
commit
6112b15b8e
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
<video class="embed-video file" src="{{ video_url }}" {{ poster }} {{ attributes }}>
|
<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>
|
</video>
|
||||||
<em>{{ include.title }}</em>
|
<em>{{ include.title }}</em>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user