diff --git a/_includes/layouts/been.njk b/_includes/layouts/been.njk index 65ccbf8..018611b 100644 --- a/_includes/layouts/been.njk +++ b/_includes/layouts/been.njk @@ -1,29 +1,4 @@ --- layout: layouts/base.njk -title: Been -permalink: /been/ -withSidebar: true --- -{% set checkins = whereCheckins.checkins or [] %} - -
-
-

Been

-

- All past check-ins captured by this site via Micropub. -

-
- - {% if checkins.length > 1 %} -
- {% set pastCheckins = checkins | slice(1) | reverse %} - {% for checkin in pastCheckins %} -
- ...existing checkin rendering code from where.njk... -
- {% endfor %} -
- {% else %} -

No past check-ins found.

- {% endif %} -
+{{ content | safe }} diff --git a/been.njk b/been.njk index 6f334db..94615fc 100644 --- a/been.njk +++ b/been.njk @@ -4,7 +4,6 @@ title: Been permalink: /been/ withSidebar: true --- - {% set checkins = whereCheckins.checkins or [] %}