rename .html.tmpl
files to .html
This commit is contained in:
parent
438fdbe22d
commit
37da8acf5a
27 changed files with 29 additions and 29 deletions
12
layouts/partials/media/audio.html
Normal file
12
layouts/partials/media/audio.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!--
|
||||
Render an audio track in an interactive player.
|
||||
|
||||
@params context The audio media file.
|
||||
-->
|
||||
|
||||
{{- $src := . -}}
|
||||
|
||||
<audio class="u-audio figure__audio" itemprop="audio" controls>
|
||||
<source src="{{ $src.RelPermalink }}" type="{{ $src.MediaType }}" />
|
||||
<p>Your browser doesn't support embedded audio, <a href="{{ $src.RelPermalink }}">view the audio here</a>.</p>
|
||||
</audio>
|
Loading…
Add table
Add a link
Reference in a new issue