We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d744b6 commit 3e8db61Copy full SHA for 3e8db61
1 file changed
templates/macros/video.html
@@ -15,7 +15,7 @@ <h2><i class="fa fa-video-camera" aria-hidden="true"></i> {{ video.title }}</h2>
15
16
{% macro render_video(video) %}
17
{% if video.embeddable == 'false' %}
18
- <p><a href="{{ video.url }}">Click here to watch video</a></p>
+ <p><a href="{{ video.url }}"><i class="fa fa-link" aria-hidden="true"></i>{{ video.title }}</a></p>
19
{% else %}
20
<iframe class="video" src="{{ video.url }}" frameborder="0" allowfullscreen></iframe>
21
{% endif %}
0 commit comments