summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/aplayer.html
blob: 12ab16c6d5d2880c499fdf55ddde8e5a4b046ff9 (plain) (blame)
1
2
3
4
5
6
7
8
9
<div class="post-player-wrapper">
  <div
    class="post-aplayer"
    data-urls="{{- .Get "urls" | relURL -}}"
    data-names="{{- .Get "names" -}}"
    {{ with .Get "artists" -}}data-artists="{{- . -}}"{{- end }}
    {{ with .Get "covers" -}}data-covers="{{- . | relURL -}}"{{- end }}
  ></div>
</div>