started edm post, added some music, not posted yet

This commit is contained in:
2026-08-02 13:16:50 -04:00
parent 3efb95b9e6
commit e47cf6302a
101 changed files with 1775 additions and 1186 deletions
+8 -8
View File
@@ -1,9 +1,9 @@
<figure {{ with .Get "class" }}class="{{ . }}"{{ end }}>
<audio controls preload="{{ .Get "preload" | default "metadata" }}">
<source src="{{ .Get "src" | relURL }}" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
{{ with .Get "caption" }}
<figcaption>{{ . }}</figcaption>
{{ end }}
<figure>
<audio controls preload="metadata" style="width: 100%;">
<source src="{{ .Get "src" | relURL }}" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
{{ with .Get "caption" }}
<figcaption>{{ . }}</figcaption>
{{ end }}
</figure>