diff --git a/templates/showcase.html b/templates/showcase.html index 2eed43c7..366599ac 100644 --- a/templates/showcase.html +++ b/templates/showcase.html @@ -16,15 +16,21 @@

Click any of the showcases to learn a bit more about how it uses Lektor.

- {% for project in this.children %} -
- -

{{ project.name }}

- {% if project.cover_image %} - {% set image = project.attachments.get(project.cover_image) %} -
- {% endif %} -
+ {% for project_row in this.children | batch(2, ' ') %} + {% endfor %}