diff --git a/source/_includes/update-text.html.twig b/source/_includes/update-text.html.twig new file mode 100644 index 0000000..6ded570 --- /dev/null +++ b/source/_includes/update-text.html.twig @@ -0,0 +1,3 @@ +
+ {{ page.update_text }} +
diff --git a/source/index.html.twig b/source/index.html.twig index d7eb062..a935741 100644 --- a/source/index.html.twig +++ b/source/index.html.twig @@ -3,6 +3,7 @@ papercall: url: https://www.papercall.io/drupalcamp-bristol-2019 twitter: url: https://twitter.com/drupalcampbris +update_text: Session submissions are now open! --- @@ -44,9 +45,9 @@ twitter:
-
- Thanks to all previous speakers, sponsors and attendees. See you in 2019! -
+ {% if page.update_text %} + {% include 'update-text' %} + {% endif %} {% include 'footer' %}