Move a bunch of shortcodes and partials back from the platters theme

This commit is contained in:
Eryn Wells 2024-10-08 08:45:44 -07:00
parent 20d53e0df2
commit 3102dc1e56
29 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,5 @@
{{ $id := .Get "id" }}
{{ $mp3 := (.Page.Resources.GetMatch (.Get "mp3")) }}
<audio {{ with $id }}id="{{ . }}"{{ end }}>
{{ with $mp3 }}<source src="{{ . }}" type="audio/mpeg">{{ end }}
</audio>