Move spotify link above playlist

This commit is contained in:
Jake Howard 2022-08-18 14:30:51 +01:00
parent 8fa27e8c3c
commit 29ce7efc13
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -2,7 +2,7 @@
{% block post_content %} {% block post_content %}
<section class="container 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"> <table class="table is-hoverable is-fullwidth">
<thead> <thead>
<tr> <tr>
@ -20,7 +20,4 @@
</tbody> </tbody>
</table> </table>
</section> </section>
<section class="container">
<a href="{{ playlist.external_urls.spotify }}"><i class="fab fa-spotify"></i> View on Spotify</a>
</section>
{% endblock %} {% endblock %}