summaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authorArun <me@arunmathaisk.in>2024-09-14 00:40:35 +0530
committerArun <me@arunmathaisk.in>2024-09-14 00:40:35 +0530
commit974bc9f6ffa10d22c5d6f692fe79d71606bbb2d3 (patch)
tree1b7a4217c2f42ba1cb48de6c58997ed97141f6f6 /layouts/partials
parentaafdd813d7e7d169f64a3081ed6fecd8f6f72569 (diff)
feat: Content License and Copyright holder as Footer
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/footer-license.html6
1 files changed, 6 insertions, 0 deletions
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 @@
+<p>
+ All content licensed under
+ <b>{{ .Param "licenseType" }}</b>
+ license unless otherwise stated.
+ <b>Copyright © {{ .Param "copyrightYear" }} {{ .Param "copyrightHolder" }}.</b>
+ </p>