Merge pull request #212 from lektor/showcase-fix

Removing empty space fill for batching showcases.
This commit is contained in:
Joseph Nix 2018-05-16 16:41:54 -05:00 committed by GitHub
commit 1388adab99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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">