link too please
This commit is contained in:
parent
f7313d985b
commit
2870fa7ccf
1 changed files with 4 additions and 2 deletions
|
|
@ -12,7 +12,9 @@
|
||||||
{% if name == artist_name %}
|
{% if name == artist_name %}
|
||||||
<div class="square-image" style="background-image: url('{{ artist.image }}')"></div>
|
<div class="square-image" style="background-image: url('{{ artist.image }}')"></div>
|
||||||
<h3>{{ artist.name }}</h3>
|
<h3>{{ artist.name }}</h3>
|
||||||
<p class="blurb">{{ artist.blurb_text }}</p>
|
<p class="blurb">{{ artist.blurb_text }}<br />
|
||||||
|
<a href="{{ artist.link }}" trarget="_blank" rel="noopener noreferrer nofollow">{% if page.category == 'music'%}Lyssna{% else %}Mer infor{% endif %} här</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
{% break %}
|
{% break %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue