1
0
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:
Alexander Fuks
2024-03-01 00:55:30 +04:00
committed by GitHub
parent e24a0c73ba
commit 6112b15b8e

View File

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