portfolio updates
This commit is contained in:
parent
c8d748e8fb
commit
b31bd35bb8
12 changed files with 14 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ permalink: "/portfolio/"
|
|||
</div>
|
||||
<a href="{{portfolioItem.data.page.url | safe}}">
|
||||
<div class="flex">
|
||||
{% for image in portfolioItem.data.images.slice(0,3) %}
|
||||
{% for image in portfolioItem.data.images.slice(0, (portfolioItem.data.rows or 1) * 3) %}
|
||||
<img src={{image.url}} alt="" width="400" />
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue