Added store links to msuci player
This commit is contained in:
@ -28,6 +28,14 @@
|
||||
<hr />
|
||||
<p id="album-description">{{ albums[0].description }}</p>
|
||||
{% endif %}
|
||||
{% if albums[0].store_links %}
|
||||
<hr />
|
||||
<ul>
|
||||
{% for link in albums[0].store_links %}
|
||||
<li>Buy on <a href="{{ link.link_ref }}">{{ link.link_name }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
Reference in New Issue
Block a user