aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-03-29 20:05:27 -0500
committerTim Keller <tjkeller.xyz>2025-03-29 20:05:27 -0500
commit4fc1db8ed059f7f774b6d5f509383434cf792746 (patch)
tree8d66b2fd395d01c5b45c5ca19eb60f93944e9033 /layouts
parent597180d0e0920f016e1dc63a79ce07d7c11b2704 (diff)
downloadhugo-theme-tjkbasic-4fc1db8ed059f7f774b6d5f509383434cf792746.tar.xz
hugo-theme-tjkbasic-4fc1db8ed059f7f774b6d5f509383434cf792746.zip
footer content adjust
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html2
-rw-r--r--layouts/partials/footer-content.html (renamed from layouts/partials/theme-copyright.html)0
2 files changed, 1 insertions, 1 deletions
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 }}
<span id="copyright">&copy; {{ time.Now.Year }} {{ .Site.Params.copyright.name }} &ndash; {{ .Site.Params.copyright.type }}</span>
{{ end }}
- {{ partial "theme-copyright.html" . }}
+ {{ partial "footer-content.html" . }}
</footer>
</body>
</html>
diff --git a/layouts/partials/theme-copyright.html b/layouts/partials/footer-content.html
index b97de5f..b97de5f 100644
--- a/layouts/partials/theme-copyright.html
+++ b/layouts/partials/footer-content.html