From 4fc1db8ed059f7f774b6d5f509383434cf792746 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 29 Mar 2025 20:05:27 -0500 Subject: footer content adjust --- layouts/_default/baseof.html | 2 +- layouts/partials/footer-content.html | 1 + layouts/partials/theme-copyright.html | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 layouts/partials/footer-content.html delete mode 100644 layouts/partials/theme-copyright.html (limited to 'layouts') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index f6060c0..974affa 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -32,7 +32,7 @@ {{ if .Site.Params.copyright.include }} © {{ time.Now.Year }} {{ .Site.Params.copyright.name }} – {{ .Site.Params.copyright.type }} {{ end }} - {{ partial "theme-copyright.html" . }} + {{ partial "footer-content.html" . }} diff --git a/layouts/partials/footer-content.html b/layouts/partials/footer-content.html new file mode 100644 index 0000000..b97de5f --- /dev/null +++ b/layouts/partials/footer-content.html @@ -0,0 +1 @@ +Built Using the TJKBasic Hugo Theme diff --git a/layouts/partials/theme-copyright.html b/layouts/partials/theme-copyright.html deleted file mode 100644 index b97de5f..0000000 --- a/layouts/partials/theme-copyright.html +++ /dev/null @@ -1 +0,0 @@ -Built Using the TJKBasic Hugo Theme -- cgit v1.2.3