diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index 94be6de9..13bad77a 100644 --- a/source/_layouts/default.html.twig +++ b/source/_layouts/default.html.twig @@ -5,6 +5,10 @@
+ {% if page.layout in ['post', 'talk'] %} + {% include 'site-message' %} + {% endif %} + {% block page_title_wrapper %}

{% block page_title %}{{ page.title }}{% endblock %} diff --git a/source/_partials/site-message.html.twig b/source/_partials/site-message.html.twig new file mode 100644 index 00000000..039409da --- /dev/null +++ b/source/_partials/site-message.html.twig @@ -0,0 +1,4 @@ +
+

Oliver is giving a workshop, Automated Testing and Test Driven Development with Drupal 8, next month at DrupalCamp London.

+

Find out more and register on the DrupalCamp London website.

+
\ No newline at end of file