[showcase-fix] Removing empty space fill for batching showcases.

This commit is contained in:
Joseph Nix 2018-05-16 16:39:35 -05:00
parent 9f5eab929b
commit ffcc6f2e64
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<p>
Click any of the showcases to learn a bit more about how it uses Lektor.
<div class="showcase row">
{% for project_row in this.children | batch(2, '&nbsp;') %}
{% for project_row in this.children | batch(2) %}
<div class="row">
{% for project in project_row %}
<div class="project col-md-6">