From bab1f8a535bc1b6dac0ed6e98f2b74b98c187c51 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Fri, 5 Feb 2021 20:07:51 -0500 Subject: [PATCH] feat: Custom footer space --- layouts/partials/footer-custom.html | 1 + layouts/partials/footer.html | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 layouts/partials/footer-custom.html diff --git a/layouts/partials/footer-custom.html b/layouts/partials/footer-custom.html new file mode 100644 index 0000000..3c5c0b3 --- /dev/null +++ b/layouts/partials/footer-custom.html @@ -0,0 +1 @@ + diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index c1ad74b..198071a 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -9,3 +9,5 @@ {{ .Name }} {{ end }}

+ +{{ partial "footer-custom.html" . }}