aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/video-container.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-07-10 10:38:36 -0400
committertdro <tdro@noreply.example.com>2022-07-10 10:38:36 -0400
commit820e15d2a94c3b39b942ef797df437ba834ed1ac (patch)
tree6dc0ee90ac68896dd5498f018f8907d38a6061e8 /themes/default/layouts/partials/video-container.html
parenta5574eacc0561239f9989b6a73aa7e7b604c5d53 (diff)
downloadcanory-820e15d2a94c3b39b942ef797df437ba834ed1ac.tar.gz
canory-820e15d2a94c3b39b942ef797df437ba834ed1ac.tar.bz2
canory-820e15d2a94c3b39b942ef797df437ba834ed1ac.zip
themes/default/layouts/shortcodes/video: Set default implicit title
Diffstat (limited to 'themes/default/layouts/partials/video-container.html')
-rw-r--r--themes/default/layouts/partials/video-container.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/layouts/partials/video-container.html b/themes/default/layouts/partials/video-container.html
index 79df910..3f747e7 100644
--- a/themes/default/layouts/partials/video-container.html
+++ b/themes/default/layouts/partials/video-container.html
@@ -35,6 +35,7 @@
{{ with .Height }} height="{{ . }}" {{ end -}}
{{ .Options | safeHTMLAttr }}>
<source src="{{ or .Source .Cache }}{{ $timestamp }}">
+ {{ print "Video: " $caption "." | markdownify }}
<p>
Sorry, your browser does not support embedded videos. Here is a
<a href="{{ .Source }}">link to the video</a> instead.