--- layout: layouts/base.njk withSidebar: true --- {% set checkins = whereCheckins.checkins or [] %}

{{ title or "Where" }}

Recent check-ins captured by this site via Micropub.

See all past check-ins →

{% if content %}
{{ content | safe }}
{% endif %}
{% if checkins.length %}
{% for checkin in checkins %}

{{ checkin.name }}

{% if checkin.locationText or checkin.postalCode %}

{{ checkin.locationText }}{% if checkin.locationText and checkin.postalCode %}, {% endif %}{{ checkin.postalCode }}

{% endif %}
{% if checkin.published %} {% endif %} {% if checkin.coordinatesText %} {{ checkin.coordinatesText }} {% endif %} {% if checkin.isPrivate %}
{% if checkins.length %} {% set checkin = checkins[0] %}

{{ checkin.name }}

{% if checkin.locationText or checkin.postalCode %}

{{ checkin.locationText }}{% if checkin.locationText and checkin.postalCode %}, {% endif %}{{ checkin.postalCode }}

{% endif %}
{{ person.name }} {% endif %} {% endfor %}
{% endif %}
{% if checkin.mapUrl %} Map {% endif %} {% if checkin.venueWebsiteUrl %} Website {% endif %} {% if checkin.venueSocialUrl %} Social {% endif %}
{% if checkin.photos and checkin.photos.length %}
{% for photo in checkin.photos | head(3) %} Check-in photo {% endfor %}
{% endif %}
{% endfor %}
{% else %}

No check-ins available yet

This page reads local content created by your Micropub endpoint. Check-ins appear here when posts include fields like checkin, location, or coordinates.

Scanned {{ whereCheckins.scannedFiles or 0 }} content files{% if whereCheckins.errors and whereCheckins.errors.length %} with {{ whereCheckins.errors.length }} parse warning(s){% endif %}.

{% endif %}