From 0bb075d9c8ea99a6f18d440af6d03c84f17fd23b Mon Sep 17 00:00:00 2001 From: tdback Date: Sat, 14 Dec 2024 20:41:08 -0500 Subject: initial commit of site --- layouts/partials/footer.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 layouts/partials/footer.html (limited to 'layouts/partials/footer.html') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..ca79fa6 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,34 @@ + + + +{{- if .Site.Params.goToTop -}} + + {{ partial "svgs/arrowUp.svg" (dict "height" 48 "width" 48) . }} + +{{- end -}} -- cgit v1.2.3