aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes/odysee.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-06-01 21:40:28 -0400
committertdro <tdro@noreply.example.com>2022-06-01 21:40:28 -0400
commit022f1cba18c74d90fd45b6cbbd7a5c774a14b2ea (patch)
treedf674b4b4eafafff8673e9949d2f1e081c3d0c73 /themes/default/layouts/shortcodes/odysee.html
parent4bbb269e3a6da76925c10e505954bbb3ea4bed26 (diff)
downloadcanory-022f1cba18c74d90fd45b6cbbd7a5c774a14b2ea.tar.gz
canory-022f1cba18c74d90fd45b6cbbd7a5c774a14b2ea.tar.bz2
canory-022f1cba18c74d90fd45b6cbbd7a5c774a14b2ea.zip
assets/css/default: Hide main footer in self embeds only
Remove illegal figure captions, replace with footers.
Diffstat (limited to 'themes/default/layouts/shortcodes/odysee.html')
-rw-r--r--themes/default/layouts/shortcodes/odysee.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/shortcodes/odysee.html b/themes/default/layouts/shortcodes/odysee.html
index 91f03c0..de9bd3a 100644
--- a/themes/default/layouts/shortcodes/odysee.html
+++ b/themes/default/layouts/shortcodes/odysee.html
@@ -10,5 +10,5 @@
title="{{ $title }}"
allowfullscreen>
</iframe>
- <figcaption>{{ $caption | markdownify }}</figcaption>
+ <footer>{{ $caption | markdownify }}</footer>
</odysee-video>