From 57c03e92fec26eabccb5a30f39d266364a15bb72 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 20 Aug 2024 01:04:02 +0100 Subject: [PATCH] Add ATDC message about Drupal 11 --- source/_layouts/default.html.twig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index 1d32f9566..20ca8b5cd 100644 --- a/source/_layouts/default.html.twig +++ b/source/_layouts/default.html.twig @@ -15,6 +15,16 @@ {% block content_top %}{% endblock %}
+ {% if page.url matches "#^/atdc/#" %} +
+
+
+

I'm currently updating this course for Drupal 11. If you find any bugs or have any issues, please let me know. +

+
+
+ {% endif %} +

{% block page_title %}{{ page.title }}{% endblock %}