add shortcodes

This commit is contained in:
Neale Pickett 2022-10-02 08:54:49 -06:00
parent 89ba0d5aae
commit 74e9c4d47c
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.hugo_build.lock
*~
_site/
public/

View File

@ -0,0 +1,4 @@
<video autoplay muted loop>
<source src="{{.Get 0}}">
{{.Get 1}}
</video>