From ffcc6f2e64564ba8b66f150720ea81c7970ab48b Mon Sep 17 00:00:00 2001 From: Joseph Nix Date: Wed, 16 May 2018 16:39:35 -0500 Subject: [PATCH] [showcase-fix] Removing empty space fill for batching showcases. --- templates/showcase.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/showcase.html b/templates/showcase.html index 366599ac..908b0845 100644 --- a/templates/showcase.html +++ b/templates/showcase.html @@ -16,7 +16,7 @@

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

- {% for project_row in this.children | batch(2, ' ') %} + {% for project_row in this.children | batch(2) %}
{% for project in project_row %}