From dcd1e76d0e0e60801a60e07e5cc62cc94dc1fa19 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Tue, 27 Sep 2022 02:36:15 +0100 Subject: [PATCH] re-organised /layouts/default.html and remove 'alert' section. The alert section will be moved to /layouts/header.html. --- templates/layouts/default.html | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/templates/layouts/default.html b/templates/layouts/default.html index 918e095..30c3416 100644 --- a/templates/layouts/default.html +++ b/templates/layouts/default.html @@ -3,22 +3,30 @@ {% block title %}{% endblock %} - - - + + + - - +fabricators, steel, welding, powder paint, archive"> + + + {% lisp (insert-snippet "site-wide-snippet.html") %} -
- {% if alert %}{{alert | safe}}{% endif %} -
{% include "/layouts/header.html" %} {% block content %}{% endblock %} {% include "/layouts/footer.html" %}