Put playlist link in hero
This commit is contained in:
parent
fd93df93a8
commit
67c867ddd2
1 changed files with 5 additions and 1 deletions
|
@ -1,8 +1,12 @@
|
||||||
{% extends "common/content_page.html" %}
|
{% extends "common/content_page.html" %}
|
||||||
|
|
||||||
|
{% block hero_buttons %}
|
||||||
|
<a class="button is-radiusless" href="{{ playlist.external_urls.spotify }}" title="Open on Spotify"><i class="fab fa-spotify" aria-hidden="true"></i></a>
|
||||||
|
{{ block.super }}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block post_content %}
|
{% block post_content %}
|
||||||
<section class="container content">
|
<section class="container content">
|
||||||
<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>
|
||||||
|
|
Loading…
Reference in a new issue