Add message about DrupalCamp London workshop

This commit is contained in:
Oliver Davies 2020-02-12 20:11:53 +00:00
parent aafecd477a
commit fc19e5a4a3
2 changed files with 8 additions and 0 deletions

View file

@ -5,6 +5,10 @@
<div class="mt-10 container">
<main id="main-content" class="flex-1 wrap {{ page.layout == 'front' ? 'is-wide' : '' }}">
{% if page.layout in ['post', 'talk'] %}
{% include 'site-message' %}
{% endif %}
{% block page_title_wrapper %}
<h1 class="leading-tight mb-4">
{% block page_title %}{{ page.title }}{% endblock %}