diff options
author | Tim Keller <tjkeller.xyz> | 2025-03-29 20:05:27 -0500 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-03-29 20:05:27 -0500 |
commit | 4fc1db8ed059f7f774b6d5f509383434cf792746 (patch) | |
tree | 8d66b2fd395d01c5b45c5ca19eb60f93944e9033 | |
parent | 597180d0e0920f016e1dc63a79ce07d7c11b2704 (diff) | |
download | hugo-theme-tjkbasic-4fc1db8ed059f7f774b6d5f509383434cf792746.tar.xz hugo-theme-tjkbasic-4fc1db8ed059f7f774b6d5f509383434cf792746.zip |
footer content adjust
-rw-r--r-- | assets/stylesheets/style.css | 2 | ||||
-rw-r--r-- | layouts/_default/baseof.html | 2 | ||||
-rw-r--r-- | layouts/partials/footer-content.html (renamed from layouts/partials/theme-copyright.html) | 0 |
3 files changed, 3 insertions, 1 deletions
diff --git a/assets/stylesheets/style.css b/assets/stylesheets/style.css index 2ef619d..278bac3 100644 --- a/assets/stylesheets/style.css +++ b/assets/stylesheets/style.css @@ -71,6 +71,8 @@ main, footer{ text-align: center; display: block; opacity: .2; + color: #fff; + margin: .25em; } /* elements */ 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">© {{ time.Now.Year }} {{ .Site.Params.copyright.name }} – {{ .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 |