From 295c7d19238966e3ff4647e0ec31032d0213fb6f Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Wed, 2 Jul 2025 18:05:50 -0400 Subject: [PATCH] Updated the footer to look good with bootstrap; changed colors on the navbar --- views/layout.twig | 2 +- views/partials/footer.twig | 12 +++++++----- views/partials/navbar.twig | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/views/layout.twig b/views/layout.twig index c76b0cf..1fe77ee 100644 --- a/views/layout.twig +++ b/views/layout.twig @@ -11,7 +11,7 @@ {% block scripts %}{% endblock %} - + {% include 'partials/navbar.twig' %}
diff --git a/views/partials/footer.twig b/views/partials/footer.twig index fbac892..7fe4894 100644 --- a/views/partials/footer.twig +++ b/views/partials/footer.twig @@ -1,8 +1,10 @@ -