aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes/imgur-video.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/shortcodes/imgur-video.html')
-rw-r--r--themes/default/layouts/shortcodes/imgur-video.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/shortcodes/imgur-video.html b/themes/default/layouts/shortcodes/imgur-video.html
index c60cbff..b4658ec 100644
--- a/themes/default/layouts/shortcodes/imgur-video.html
+++ b/themes/default/layouts/shortcodes/imgur-video.html
@@ -11,7 +11,7 @@
"Author" .Page.Section
"Caption" $caption
"Options" $options
- "RelURL" .Page.RelPermalink
+ "Slug" (strings.TrimPrefix .Site.BaseURL .Page.Permalink)
"Source" (print "https://i.imgur.com/" $id ".mp4")
)
-}}