mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 09:47:29 -05:00
Support featured videos (instead of image)
This commit is contained in:
4
layouts/shortcodes/video.html
Normal file
4
layouts/shortcodes/video.html
Normal file
@ -0,0 +1,4 @@
|
||||
<video controls>
|
||||
<source src="{{ .Get "src" }}" alt="{{ .Get "title" }}">
|
||||
Your browser does not support video.
|
||||
</video>
|
Reference in New Issue
Block a user