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 [] %}