* Dev Portals Blog Post * Update index.md * Add a video shortcode, use it for the video * Update themes/default/content/blog/building-developer-portals/index.md Co-authored-by: Luke Hoban <luke@pulumi.com> * Add muted, playsinline for mobile * Luje's edits incorporated --------- Co-authored-by: Christian Nunciato <chris@nunciato.org> Co-authored-by: Luke Hoban <luke@pulumi.com>
8 lines
150 B
HTML
8 lines
150 B
HTML
{{ $src := .Get "src" }}
|
|
|
|
<div>
|
|
<audio class="flex outline-none rounded w-full" controls>
|
|
<source src="{{ $src }}" />
|
|
</audio>
|
|
</div>
|