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.
media_subpath
1 parent d886a46 commit cc1753fCopy full SHA for cc1753f
_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