Skip to content

Commit 5fc884e

Browse files
committed
Rename responsive_video helper to video
1 parent cb7fbb9 commit 5fc884e

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

_includes/page__hero_video.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{% capture video_id %}{{ page.header.video.id }}{% endcapture %}
22
{% capture video_provider %}{{ page.header.video.provider }}{% endcapture %}
33

4-
{% include responsive_video id=video_id provider=video_provider %}
4+
{% include video id=video_id provider=video_provider %}
File renamed without changes.

docs/_includes/page__hero_video.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{% capture video_id %}{{ page.header.video.id }}{% endcapture %}
22
{% capture video_provider %}{{ page.header.video.provider }}{% endcapture %}
33

4-
{% include responsive_video id=video_id provider=video_provider %}
4+
{% include video id=video_id provider=video_provider %}
File renamed without changes.

0 commit comments

Comments
 (0)