Skip to content

Commit 7243731

Browse files
committed
πŸ’„πŸ› οΈπŸ”— Simplify footer and improve link structure
- πŸ’„ Removed "Hosted on GitHub" from footer for a cleaner layout. - πŸ”— Updated `languages.en.toml` to use relative links for "Terms" and "Privacy" pages. - πŸ› οΈ Enabled `showThemeAttribution` in `params.toml` to render theme attribution separately.
1 parent 097553f commit 7243731

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žconfig/_default/languages.en.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ languageDirection = "ltr"
44
weight = 1
55

66
title = "Socrates Lopez"
7-
copyright = "Β© 2024 Socrates Lopez | Powered by Hugo & Congo | Hosted on GitHub | [Terms](legal/terms-n-conditions/index.md/)"
7+
copyright = "Β© 2024 Socrates Lopez | [Terms](legal/terms-n-conditions/) | [Privacy](legal/privacy-policy/)"
88

99
[params]
1010
dateFormat = "January 2, 2006"

β€Žconfig/_default/params.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fingerprintAlgorithm = "sha256"
2626

2727
[footer]
2828
showCopyright = true
29-
showThemeAttribution = false
29+
showThemeAttribution = true
3030
showAppearanceSwitcher = true
3131
showScrollToTop = true
3232

0 commit comments

Comments
Β (0)