From 974bc9f6ffa10d22c5d6f692fe79d71606bbb2d3 Mon Sep 17 00:00:00 2001 From: Arun Date: Sat, 14 Sep 2024 00:40:35 +0530 Subject: feat: Content License and Copyright holder as Footer --- layouts/partials/footer-license.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 layouts/partials/footer-license.html (limited to 'layouts/partials') diff --git a/layouts/partials/footer-license.html b/layouts/partials/footer-license.html new file mode 100644 index 0000000..6b05b04 --- /dev/null +++ b/layouts/partials/footer-license.html @@ -0,0 +1,6 @@ +

+ All content licensed under + {{ .Param "licenseType" }} + license unless otherwise stated. + Copyright © {{ .Param "copyrightYear" }} {{ .Param "copyrightHolder" }}. +

-- cgit v1.2.3