Revert "fix: move /til and /where to /slashpage/til and /slashpage/where"

This reverts commit 491c51d48d.
This commit is contained in:
svemagie
2026-03-15 11:36:38 +01:00
parent 491c51d48d
commit 1937bf48fd
4 changed files with 5 additions and 5 deletions

View File

@@ -104,6 +104,6 @@ withSidebar: true
<p class="text-surface-600 dark:text-surface-400">No past check-ins found.</p> <p class="text-surface-600 dark:text-surface-400">No past check-ins found.</p>
{% endif %} {% endif %}
<p class="mt-2 text-sm"> <p class="mt-2 text-sm">
<a href="/slashpage/where/" class="text-accent-700 hover:underline">Back to newest check-in →</a> <a href="/where/" class="text-accent-700 hover:underline">Back to newest check-in →</a>
</p> </p>
</div> </div>

View File

@@ -168,7 +168,7 @@ eleventyImport:
<li class="h-entry post-card"> <li class="h-entry post-card">
<div class="post-header"> <div class="post-header">
<h3 class="text-xl font-semibold"> <h3 class="text-xl font-semibold">
<a href="/slashpage/til/" class="p-name u-url text-surface-900 dark:text-surface-100 hover:text-accent-700 dark:hover:text-accent-300">/slashpage/til</a> <a href="/til/" class="p-name u-url text-surface-900 dark:text-surface-100 hover:text-accent-700 dark:hover:text-accent-300">/til</a>
</h3> </h3>
</div> </div>
<p class="text-surface-600 dark:text-surface-400 mt-2">Today I Learned — small things learnt day to day</p> <p class="text-surface-600 dark:text-surface-400 mt-2">Today I Learned — small things learnt day to day</p>
@@ -224,7 +224,7 @@ eleventyImport:
<li class="h-entry post-card"> <li class="h-entry post-card">
<div class="post-header"> <div class="post-header">
<h3 class="text-xl font-semibold"> <h3 class="text-xl font-semibold">
<a href="/slashpage/where/" class="p-name u-url text-surface-900 dark:text-surface-100 hover:text-accent-700 dark:hover:text-accent-300">/slashpage/where</a> <a href="/where/" class="p-name u-url text-surface-900 dark:text-surface-100 hover:text-accent-700 dark:hover:text-accent-300">/where</a>
</h3> </h3>
</div> </div>
<p class="text-surface-600 dark:text-surface-400 mt-2">Location check-ins</p> <p class="text-surface-600 dark:text-surface-400 mt-2">Location check-ins</p>

View File

@@ -2,7 +2,7 @@
layout: layouts/base.njk layout: layouts/base.njk
title: Today I Learned title: Today I Learned
withSidebar: true withSidebar: true
permalink: /slashpage/til/ permalink: /til/
eleventyImport: eleventyImport:
collections: collections:
- posts - posts

View File

@@ -1,7 +1,7 @@
--- ---
layout: layouts/base.njk layout: layouts/base.njk
title: Where title: Where
permalink: /slashpage/where/ permalink: /where/
withSidebar: true withSidebar: true
--- ---
{% set checkins = whereCheckins.checkins or [] %} {% set checkins = whereCheckins.checkins or [] %}