Welcome to mirror list, hosted at ThFree Co, Russian Federation.

aplayer.html « shortcodes « layouts - github.com/amzrk2/hugo-theme-fuji.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 37ed54471bbb1e5313389265472e2dd718a63f8a (plain)
1
2
3
4
5
6
7
8
9
<div class="post-player-wrapper">
  <div
    class="post-aplayer"
    data-urls="{{- .Get "urls" -}}"
    data-names="{{- .Get "names" -}}"
    {{ with .Get "artists" -}}data-artists="{{- . -}}"{{- end }}
    {{ with .Get "covers" -}}data-covers="{{- . -}}"{{- end }}
  ></div>
</div>