From 1937bf48fd768e3b27ac253c17f8bc7344d6c437 Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Sun, 15 Mar 2026 11:36:38 +0100 Subject: [PATCH] Revert "fix: move /til and /where to /slashpage/til and /slashpage/where" This reverts commit 491c51d48da08305311090cff8e1a10f761a7916. --- been.njk | 2 +- slashes.njk | 4 ++-- til.njk | 2 +- where.njk | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/been.njk b/been.njk index 753f273..062094a 100644 --- a/been.njk +++ b/been.njk @@ -104,6 +104,6 @@ withSidebar: true

No past check-ins found.

{% endif %}

- Back to newest check-in → + Back to newest check-in →

diff --git a/slashes.njk b/slashes.njk index 6e5324e..bcf0fe6 100644 --- a/slashes.njk +++ b/slashes.njk @@ -168,7 +168,7 @@ eleventyImport:
  • - /slashpage/til + /til

    Today I Learned — small things learnt day to day

    @@ -224,7 +224,7 @@ eleventyImport:
  • - /slashpage/where + /where

    Location check-ins

    diff --git a/til.njk b/til.njk index c2bec31..541e915 100644 --- a/til.njk +++ b/til.njk @@ -2,7 +2,7 @@ layout: layouts/base.njk title: Today I Learned withSidebar: true -permalink: /slashpage/til/ +permalink: /til/ eleventyImport: collections: - posts diff --git a/where.njk b/where.njk index 63451b9..158beba 100644 --- a/where.njk +++ b/where.njk @@ -1,7 +1,7 @@ --- layout: layouts/base.njk title: Where -permalink: /slashpage/where/ +permalink: /where/ withSidebar: true --- {% set checkins = whereCheckins.checkins or [] %}