From 3ef013686919ef64c35e8a8d2031bbecd60acee0 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 3 Jan 2024 20:00:00 +0000 Subject: [PATCH] Add ad banner --- source/_includes/banner.html.twig | 10 ++++++++++ source/_layouts/default.html.twig | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 source/_includes/banner.html.twig diff --git a/source/_includes/banner.html.twig b/source/_includes/banner.html.twig new file mode 100644 index 00000000..c5a03bd9 --- /dev/null +++ b/source/_includes/banner.html.twig @@ -0,0 +1,10 @@ +
+
+
+

+ Is your New Year's resolution to deliver better software, faster? + I have availability for team coaching starting in January 2024. +

+
+
+
diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index 4b0bb216..95410cae 100644 --- a/source/_layouts/default.html.twig +++ b/source/_layouts/default.html.twig @@ -1,5 +1,7 @@ +{% include 'banner.html.twig' %} +