From 035c92f2934624889d42d7d97632ce8ee3581256 Mon Sep 17 00:00:00 2001 From: Mischa Date: Fri, 19 Jun 2026 15:34:12 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20home=20page=20routing=20=E2=80=94=20rea?= =?UTF-8?q?l=20/=20route,=20new=20nav=20(Home=20+=20Past=20Trips)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/system.yaml | 2 +- pages/00.home/home.md | 5 +++++ themes/intotheeast/templates/partials/base.html.twig | 11 +++++------ 3 files changed, 11 insertions(+), 7 deletions(-) create mode 100644 pages/00.home/home.md diff --git a/config/system.yaml b/config/system.yaml index ea9d911..7169a86 100644 --- a/config/system.yaml +++ b/config/system.yaml @@ -28,7 +28,7 @@ languages: pages_fallback_only: false debug: false home: - alias: /trips/japan-korea-2026/dailies + alias: /home hide_in_urls: false pages: type: flex diff --git a/pages/00.home/home.md b/pages/00.home/home.md new file mode 100644 index 0000000..621f978 --- /dev/null +++ b/pages/00.home/home.md @@ -0,0 +1,5 @@ +--- +title: Home +visible: false +routable: true +--- diff --git a/themes/intotheeast/templates/partials/base.html.twig b/themes/intotheeast/templates/partials/base.html.twig index 67c9cf2..f74887e 100644 --- a/themes/intotheeast/templates/partials/base.html.twig +++ b/themes/intotheeast/templates/partials/base.html.twig @@ -12,16 +12,15 @@ {{ assets.css()|raw }} {{ assets.js()|raw }} - +
{% block content %}{% endblock %}