1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

fix: audio/video path apply variable media_subpath (#1745)

This commit is contained in:
Alexander Fuks
2024-05-18 14:47:12 +04:00
committed by GitHub
parent 5cdde7dbc5
commit 00a27a1b85
3 changed files with 157 additions and 188 deletions

View File

@@ -4,7 +4,7 @@
{% unless src contains '://' %}
{%- capture src -%}
{% include media-url.html src=src %}
{% include media-url.html src=src subpath=page.media_subpath %}
{%- endcapture -%}
{% endunless %}