website/templates/shortcodes/audio.html
Alexander Borsuk 8b710bf7e5 Add news and audio shortcode
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-26 12:07:47 +02:00

4 lines
125 B
HTML

<figure>
<audio controls src="{{ url }}"></audio>
<figcaption><a href="{{ url }}">{{ title }}</a></figcaption>
</figure>