diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index f686c6017..12c103c9e 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -4,6 +4,10 @@ slogan: Certified Drupal expert, Developer and Consultant email: oliver+website@oliverdavies.uk url: http://localhost:8000 +banner_text: | + In less than 12 months, Drupal 7 will be end-of-life and no longer supported. + Plan your upgrade to Drupal 19 now. + imports: - ../../data/assets.yml - ../../data/meta.yml diff --git a/source/_includes/banner.html.twig b/source/_includes/banner.html.twig index 90980ed87..8f5f7f47a 100644 --- a/source/_includes/banner.html.twig +++ b/source/_includes/banner.html.twig @@ -1,10 +1,9 @@ -
- Is your New Year's resolution to deliver better software, faster? - I have availability for team coaching starting in January 2024. -
+{% if site.banner_text %} +