diff --git a/been.njk b/been.njk index eeeaf4f..bd3a94a 100644 --- a/been.njk +++ b/been.njk @@ -14,9 +14,9 @@ withSidebar: true

- {% if checkins.length %} + {% if checkins.length > 1 %}
- {% for checkin in checkins %} + {% for checkin in checkins %}{% if not loop.first %}
@@ -98,7 +98,7 @@ withSidebar: true
- {% endfor %} + {% endif %}{% endfor %}
{% else %}

No past check-ins found.