diff --git a/pages/02.post/post-form.md b/pages/02.post/post-form.md index b7b425a..288cc9b 100644 --- a/pages/02.post/post-form.md +++ b/pages/02.post/post-form.md @@ -4,6 +4,7 @@ template: post-form access: site.login: true +# Keep in sync with active_trip in user/config/site.yaml pageconfig: parent: '/trips/japan-korea-2026/dailies' slug_field: 'date,title' diff --git a/themes/intotheeast/templates/entry.html.twig b/themes/intotheeast/templates/entry.html.twig index 9961092..82acf5c 100644 --- a/themes/intotheeast/templates/entry.html.twig +++ b/themes/intotheeast/templates/entry.html.twig @@ -121,7 +121,7 @@ {% endif %} {% endblock %}