From dd3a0240f9672f97563e5230c80034cc90667a48 Mon Sep 17 00:00:00 2001 From: kbe Date: Tue, 19 Aug 2025 10:31:09 +0200 Subject: [PATCH] Prepare footer --- layouts/_default/baseof.html | 26 ++--------------- layouts/partials/footer.html | 54 ++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 24 deletions(-) create mode 100644 layouts/partials/footer.html diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 17c4629..c4e00be 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -33,30 +33,8 @@ {{ block "main" . }}{{ end }} - + + {{ partial "footer.html" }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..f313f75 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,54 @@ + \ No newline at end of file