aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes/video.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-06-04 03:58:16 -0400
committertdro <tdro@noreply.example.com>2022-06-04 03:58:16 -0400
commit49807a0d253e5df7c12990b16cd9c1ef6aef6dab (patch)
treebf7408fbd4e8af392e9ca7839e1824af1b05df97 /themes/default/layouts/shortcodes/video.html
parent8f60938e286d5b79c73b3bbdcc900aa28da2fe84 (diff)
downloadcanory-49807a0d253e5df7c12990b16cd9c1ef6aef6dab.tar.gz
canory-49807a0d253e5df7c12990b16cd9c1ef6aef6dab.tar.bz2
canory-49807a0d253e5df7c12990b16cd9c1ef6aef6dab.zip
themes/default/layouts/shortcodes: Wrap source links in parenthesis
Diffstat (limited to 'themes/default/layouts/shortcodes/video.html')
-rw-r--r--themes/default/layouts/shortcodes/video.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/shortcodes/video.html b/themes/default/layouts/shortcodes/video.html
index ecbe20e..5f6d8c3 100644
--- a/themes/default/layouts/shortcodes/video.html
+++ b/themes/default/layouts/shortcodes/video.html
@@ -38,7 +38,7 @@
</p>
</video>
<footer>
- {{ $caption | markdownify }}:
- {{ print "[Link](" $source $mime ")" | markdownify }}
+ {{ $caption | markdownify }}
+ ({{ print "[Link](" $source $mime ")" | markdownify }})
</footer>
</video-container>