We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
media_subpath
1 parent 5cdde7d commit 00a27a1Copy full SHA for 00a27a1
_includes/embed/audio.html
@@ -4,7 +4,7 @@
4
5
{% unless src contains '://' %}
6
{%- capture src -%}
7
- {% include media-url.html src=src %}
+ {% include media-url.html src=src subpath=page.media_subpath %}
8
{%- endcapture -%}
9
{% endunless %}
10
_includes/embed/video.html
@@ -5,7 +5,7 @@
{% unless video_url contains '://' %}
{%- capture video_url -%}
- {% include media-url.html src=video_url %}
+ {% include media-url.html src=video_url subpath=page.media_subpath %}
11
0 commit comments