From 491c51d48da08305311090cff8e1a10f761a7916 Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Sun, 15 Mar 2026 11:32:48 +0100 Subject: [PATCH] fix: move /til and /where to /slashpage/til and /slashpage/where Update permalinks and all internal links accordingly. Co-Authored-By: Claude Sonnet 4.6 --- 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 062094a..753f273 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 bcf0fe6..6e5324e 100644 --- a/slashes.njk +++ b/slashes.njk @@ -168,7 +168,7 @@ eleventyImport:
  • - /til + /slashpage/til

    Today I Learned — small things learnt day to day

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

    Location check-ins

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