mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-07 05:18:40 -04:00
fixed shortcode videos not appending current path to src
This commit is contained in:
parent
9c49d33cf7
commit
c485e48b64
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{% import "macros/figures.html" as figures %}
|
{% import "macros/figures.html" as figures %}
|
||||||
{{ figures::video(
|
{{ figures::video(
|
||||||
src=src,
|
src=page.colocated_path ~ src,
|
||||||
caption=caption,
|
caption=caption,
|
||||||
loop=loop | default(value=false),
|
loop=loop | default(value=false),
|
||||||
controls=controls | default(value=true),
|
controls=controls | default(value=true),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue