artist sida
This commit is contained in:
parent
c476ead9c3
commit
4d5ddecbfc
2 changed files with 18 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ collections:
|
|||
permalink: "/artists/:title/"
|
||||
_hide_content: "true"
|
||||
output: "true"
|
||||
|
||||
|
||||
# tjanster:
|
||||
# output: "true"
|
||||
|
|
@ -112,6 +113,7 @@ defaults:
|
|||
path: ""
|
||||
type: "artists"
|
||||
values:
|
||||
layout: "artists"
|
||||
_options:
|
||||
image:
|
||||
width: 150
|
||||
|
|
|
|||
16
_layouts/artists.html
Normal file
16
_layouts/artists.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue