working on automagik artist list
This commit is contained in:
parent
1c49bfa599
commit
dc068a6cee
2 changed files with 14 additions and 18 deletions
11
_includes/featured-artists.html
Normal file
11
_includes/featured-artists.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<div class="column">
|
||||
|
||||
{% for artist in page.deltagande_artists %}
|
||||
{% assign author_id = page.artist %}
|
||||
{% assign author = site.artists | where: "name", author_id | first %}
|
||||
|
||||
<div class="square-image" style="background-image: url('{{ author.image }}')"></div>
|
||||
|
||||
<p class="blurb">{{ author.blurb_text }}</p>
|
||||
{% endfor %}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue