We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5800028 commit 18162c5Copy full SHA for 18162c5
packages/post-type-audio/includes/post-types/audio.njk
@@ -1,5 +1,7 @@
1
{% set html %}{% for item in property -%}
2
+<figure>
3
<audio src="{{ item.url | url(publication.me) }}" controls>
4
+</figure>
5
{%- endfor %}{% endset -%}
6
{{- prose({
7
html: html
0 commit comments