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.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/themes/default/layouts/shortcodes/imgur-video.html b/themes/default/layouts/shortcodes/imgur-video.html
index a4ed76c..c60cbff 100644
--- a/themes/default/layouts/shortcodes/imgur-video.html
+++ b/themes/default/layouts/shortcodes/imgur-video.html
@@ -8,9 +8,10 @@
{{- partial "video-container.html"
(dict
- "Author" .Page.Section
- "Caption" $caption
- "Options" $options
- "Source" (print "https://i.imgur.com/" $id ".mp4")
+ "Author" .Page.Section
+ "Caption" $caption
+ "Options" $options
+ "RelURL" .Page.RelPermalink
+ "Source" (print "https://i.imgur.com/" $id ".mp4")
)
-}}