Move spotify link above playlist
This commit is contained in:
parent
8fa27e8c3c
commit
29ce7efc13
1 changed files with 1 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
{% block post_content %}
|
||||
<section class="container content">
|
||||
<h3>{{ playlist.name }}</h3>
|
||||
<p><a href="{{ playlist.external_urls.spotify }}"><i class="fab fa-spotify"></i> View on Spotify</a></p>
|
||||
<table class="table is-hoverable is-fullwidth">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -20,7 +20,4 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
<section class="container">
|
||||
<a href="{{ playlist.external_urls.spotify }}"><i class="fab fa-spotify"></i> View on Spotify</a>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue