mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Shortcode for audio embeds
This commit is contained in:
parent
16f4591723
commit
c8046829f7
1 changed files with 2 additions and 0 deletions
2
layouts/shortcodes/addaudio.html
Normal file
2
layouts/shortcodes/addaudio.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
<audio controls src="{{.Get 0}}">
|
||||
</audio>
|
Loading…
Reference in a new issue