diff --git a/pages/00.home/home.md b/pages/00.home/home.md index 0eb2729..1ed3df5 100644 --- a/pages/00.home/home.md +++ b/pages/00.home/home.md @@ -1,6 +1,7 @@ --- title: Into the East -subtitle: 'A few moments from past journeys' visible: false routable: true --- + +A few moments from past journeys. diff --git a/themes/intotheeast/blueprints/home.yaml b/themes/intotheeast/blueprints/home.yaml index d55b796..1277ece 100644 --- a/themes/intotheeast/blueprints/home.yaml +++ b/themes/intotheeast/blueprints/home.yaml @@ -17,8 +17,7 @@ form: validate: required: true - header.subtitle: - type: text - label: Subtitle - placeholder: 'A few moments from past journeys' - help: 'Short line shown below the title in between-trips mode' + content: + type: markdown + label: Content + help: 'Shown below the title in between-trips mode' diff --git a/themes/intotheeast/templates/home.html.twig b/themes/intotheeast/templates/home.html.twig index 342cdd1..984a3e3 100644 --- a/themes/intotheeast/templates/home.html.twig +++ b/themes/intotheeast/templates/home.html.twig @@ -252,8 +252,8 @@ homeMap.on('load', function () {
{{ page.header.subtitle }}
+ {% if page.content %} +