Skip to content

Commit 3e8db61

Browse files
authored
Update templates/macros/video.html
1 parent 9d744b6 commit 3e8db61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/macros/video.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h2><i class="fa fa-video-camera" aria-hidden="true"></i> {{ video.title }}</h2>
1515

1616
{% macro render_video(video) %}
1717
{% if video.embeddable == 'false' %}
18-
<p><a href="{{ video.url }}">Click here to watch video</a></p>
18+
<p><a href="{{ video.url }}"><i class="fa fa-link" aria-hidden="true"></i>{{ video.title }}</a></p>
1919
{% else %}
2020
<iframe class="video" src="{{ video.url }}" frameborder="0" allowfullscreen></iframe>
2121
{% endif %}

0 commit comments

Comments
 (0)