From 1fbdf9d08287d9497ce6b02f9c5bdd3033324ea3 Mon Sep 17 00:00:00 2001 From: Vincent Mahnke Date: Wed, 12 Nov 2025 19:03:39 +0100 Subject: [PATCH 1/2] fix: Prevents menu 404 links when staging PRs --- layouts/_partials/menu.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 layouts/_partials/menu.html diff --git a/layouts/_partials/menu.html b/layouts/_partials/menu.html new file mode 100644 index 0000000..6d551e9 --- /dev/null +++ b/layouts/_partials/menu.html @@ -0,0 +1,8 @@ + -- 2.50.1 From 86fea9f42f90431e96acb5ae03be6cf1a998e72f Mon Sep 17 00:00:00 2001 From: Vincent Mahnke Date: Wed, 12 Nov 2025 19:28:22 +0100 Subject: [PATCH 2/2] fix: Applies bugfix to mobile version of menu --- layouts/_partials/mobilemenu.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 layouts/_partials/mobilemenu.html diff --git a/layouts/_partials/mobilemenu.html b/layouts/_partials/mobilemenu.html new file mode 100644 index 0000000..844b94a --- /dev/null +++ b/layouts/_partials/mobilemenu.html @@ -0,0 +1,22 @@ + -- 2.50.1