diff options
Diffstat (limited to 'themes/fredo/layouts/_shortcodes/video.html')
-rw-r--r-- | themes/fredo/layouts/_shortcodes/video.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/fredo/layouts/_shortcodes/video.html b/themes/fredo/layouts/_shortcodes/video.html new file mode 100644 index 0000000..debe1d4 --- /dev/null +++ b/themes/fredo/layouts/_shortcodes/video.html @@ -0,0 +1,6 @@ +<figure class="small-figure"> + <video controls> + <source type="video/mp4" src="{{ .Get "src" }}"> + </video> + <figcaption class="gallery-caption">{{ .Get "caption" }}</figcaption> +</figure>
\ No newline at end of file |