From 04a875c2c8f829c3df9b4ff348d88a9ce3c918b7 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Mon, 19 May 2025 23:08:48 +0300 Subject: [PATCH] update footer --- templates/base.html | 6 +----- templates/partials/footer.html | 6 ++++++ 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 templates/partials/footer.html diff --git a/templates/base.html b/templates/base.html index 9a09bf4..bc5b1cf 100644 --- a/templates/base.html +++ b/templates/base.html @@ -24,11 +24,7 @@ diff --git a/templates/partials/footer.html b/templates/partials/footer.html new file mode 100644 index 0000000..22e072c --- /dev/null +++ b/templates/partials/footer.html @@ -0,0 +1,6 @@ + +
+

+ © {{ now() | date(format="%Y") }} {{ config.title }} +

+