diff options
| author | Sivaldo <git@sivaldodavi.com> | 2026-06-29 18:36:52 -0300 |
|---|---|---|
| committer | Sivaldo <git@sivaldodavi.com> | 2026-06-29 18:36:52 -0300 |
| commit | dd7670cf72b27c1b330d3732a483ca22e3a3db18 (patch) | |
| tree | 16d4e458d93cd7181d4ebc950ed406b45038f53b /layouts/shortcodes/video.html | |
Commit inicial
Diffstat (limited to 'layouts/shortcodes/video.html')
| -rw-r--r-- | layouts/shortcodes/video.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/shortcodes/video.html b/layouts/shortcodes/video.html new file mode 100644 index 0000000..51be6ec --- /dev/null +++ b/layouts/shortcodes/video.html @@ -0,0 +1,3 @@ +<video width="640" height="480" preload="none" controls> + <source src="{{ .Get "src" }}" type="video/webm"> +</video> |
