artist sida

This commit is contained in:
Set Sakrecoer 2019-06-17 19:23:17 +02:00
parent c476ead9c3
commit 4d5ddecbfc
2 changed files with 18 additions and 0 deletions

16
_layouts/artists.html Normal file
View file

@ -0,0 +1,16 @@
---
layout: default
---
<div class="column">
<h1>{{ page.title }}</h1>
<div class="square-image" style="background-image: url('{{ page.image }}')"></div>
<h4 class="blurb">{{ page.blurb_text }}<br /></h4>
{% if page.link != null %}<a class="cta" href="{{ page.link }}" trarget="_blank"
rel="noopener noreferrer nofollow">{% if page.category == 'ljudkonst'%}Lyssna{% else %}Mer info{% endif %}
här</a>{% endif %}
</div>
<div class="column">
{% include contact.html %}
</div>