From 1b9e51baf7fef023e2106ab9036f1cf2f0b0f226 Mon Sep 17 00:00:00 2001 From: Mischa Date: Wed, 29 Jul 2026 23:12:53 +0200 Subject: [PATCH] Turn off travelling so home shows the between-trips state everywhere travelling was only set to false in user/env/localhost/config/site.yaml, which Grav reads only when the request hostname is literally "localhost", and which is git-ignored. So the home page still rendered Denmark 2026 as an active trip on every other hostname, and the setting could never reach production. Set it in the tracked config instead. Co-Authored-By: Claude Opus 5 (1M context) --- config/site.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/site.yaml b/config/site.yaml index 9f55eda..44f5af6 100644 --- a/config/site.yaml +++ b/config/site.yaml @@ -6,5 +6,5 @@ metadata: description: 'Into the East — travel journal' description: 'A travel blog by Mischa' active_trip: /trips/denmark-2026 -travelling: true +travelling: false owner_username: mischa