homepage/layouts/shortcodes/video.html

5 lines
126 B
HTML
Raw Normal View History

2022-10-02 08:54:49 -06:00
<video autoplay muted loop>
2022-10-09 20:59:33 -06:00
<source src="{{($.Page.Resources.GetMatch (.Get "src")).RelPermalink}}">
{{.Get "text"}}
2022-10-02 08:54:49 -06:00
</video>