layout bitches
This commit is contained in:
parent
c25324ba07
commit
85209e9c3f
3 changed files with 40 additions and 7 deletions
|
|
@ -14,13 +14,26 @@ layout: default
|
|||
<img src="{{ site.baseurl}}{{ page.image }}" width="100%" />
|
||||
<p>{{ page.description }}</p>
|
||||
{{ content }}
|
||||
<div class="column">
|
||||
{% for artist in page.artists %}
|
||||
|
||||
<div>
|
||||
<div class="artist" style="background-image:url({{ site.baseurl }}{{ artist.image }})">
|
||||
<h3>{{ artist.name }}</h3>
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
{% if page.slutet_salskap == true %}
|
||||
<h2>OBS! Du måste vara stödmedlem!</h2>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if page.slutet_salskap == true %}
|
||||
<div class="column">
|
||||
{% if page.slutet_salskap == true %}
|
||||
<h2>OBS! Du måste vara stödmedlem!</h2>
|
||||
{% endif %}
|
||||
{% include contact.html %}
|
||||
</div>
|
||||
<div class="column">
|
||||
{% include hittahit.html %}
|
||||
</div>
|
||||
{% endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue