From 70c5a2b6fb60bd90e7780fa220bfe146141d00e2 Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Fri, 1 Aug 2025 21:30:53 +0800 Subject: Initial commit --- layouts/partials/footer.html | 5 +++++ 1 file changed, 5 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..7fcbd79 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,5 @@ +

-----------------------------------

+{{ range .Site.Params.footer }} +

{{ . }}

+{{ end }} +
-- cgit v1.2.3