Add playlist icon
This commit is contained in:
parent
bc1c7f21d6
commit
05c5e8a07f
3 changed files with 6 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
title: Chill Soundtrack
|
||||
---
|
||||
|
||||
Chill soundtrack
|
||||
This year, we tried something different. Rather than having the [dramatic playlist]({{< relref "dramatic-soundtrack" >}}), we created a chill playlist for outside of match time. This not only helped make the breaks feel more like breaks, and a bit more fun, but also acted as a contrast to make the match time feel more dramatic.
|
||||
|
||||
<!--more-->
|
||||
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
title: Dramatic Soundtrack
|
||||
---
|
||||
|
||||
Dramatic Soundtrack
|
||||
|
||||
<!--more-->
|
||||
|
||||
{{% spotify "theorangeone97" "5VvONyDmSpdErqseA75Vad" %}}
|
||||
|
|
|
@ -4,11 +4,12 @@
|
|||
{{ $playlist := getJSON "https://spotify-public-proxy.herokuapp.com/v1/users/" $user "/playlists/" $playlist_id }}
|
||||
|
||||
<div class="playlist">
|
||||
<a href="{{ $playlist.external_urls.spotify }}">
|
||||
<h3>
|
||||
<h3>
|
||||
<i class="fab fa-spotify"></i>
|
||||
<a href="{{ $playlist.external_urls.spotify }}">
|
||||
{{ $playlist.name }}
|
||||
</h3>
|
||||
</a>
|
||||
</a>
|
||||
</h3>
|
||||
|
||||
<table class="table table-hover table-striped">
|
||||
<thead>
|
||||
|
|
Loading…
Reference in a new issue