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/_default/baseof.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'layouts/_default') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 373e635..fdee79d 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -25,7 +25,14 @@ -- cgit v1.2.3 From e565f6afa20f81f75ff4fab1f29e1c672a33b3eb Mon Sep 17 00:00:00 2001 From: Arun Date: Sun, 15 Sep 2024 00:00:26 +0530 Subject: feat: show generic footer --- layouts/_default/baseof.html | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'layouts/_default') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index fdee79d..08a2d25 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -25,16 +25,9 @@
- {{ if .Param "showFooterLicense" }} -
- {{ partial "footer-license.html" . }} -
- {{ end }} -
- {{ partial "footer.html" . }} -
+ {{ partial "footer.html" . }}
- +