From b3b4f774d052b51427de53ce00c76b447eba1bd7 Mon Sep 17 00:00:00 2001 From: Mischa Date: Tue, 7 Jul 2026 23:44:20 +0200 Subject: [PATCH] feat(nav): add New Post + GPX Manager links for logged-in users Both links render only when grav.user.authenticated; anonymous nav (Home, Past Trips) is unchanged. Active-page highlight via aria-current. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01Mpdu3Dt1iVoozHwAMyjrbn --- themes/intotheeast/templates/partials/base.html.twig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/intotheeast/templates/partials/base.html.twig b/themes/intotheeast/templates/partials/base.html.twig index f6fcc1f..4450d91 100644 --- a/themes/intotheeast/templates/partials/base.html.twig +++ b/themes/intotheeast/templates/partials/base.html.twig @@ -27,6 +27,10 @@ {% endblock %}