From e72dcd86c5700b9ff9b367c491c0fa33037a39f0 Mon Sep 17 00:00:00 2001 From: gw3000 Date: Sat, 10 Jun 2023 16:45:19 +0200 Subject: [PATCH] navbar and footer --- templates/partials/_footer.html | 17 ++++++++++++++++- templates/partials/_navbar.html | 28 +++++++++++++++++++++++++++- 2 files changed, 43 insertions(+), 2 deletions(-) diff --git a/templates/partials/_footer.html b/templates/partials/_footer.html index 64a0a69..9053ca7 100644 --- a/templates/partials/_footer.html +++ b/templates/partials/_footer.html @@ -1 +1,16 @@ -footer +
+ +
\ No newline at end of file diff --git a/templates/partials/_navbar.html b/templates/partials/_navbar.html index 16409c3..dd9633c 100644 --- a/templates/partials/_navbar.html +++ b/templates/partials/_navbar.html @@ -1 +1,27 @@ -navbar +{% load static %} + +
\ No newline at end of file