diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 58458dc..891fbb9 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -3308,6 +3308,14 @@ body:has(#menu-controller:checked) { margin-right: 2rem; } + .lg\:block { + display: block; + } + + .lg\:flex { + display: flex; + } + .lg\:hidden { display: none; } diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 5223ede..90f383e 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -40,7 +40,12 @@ weight = 30 # The footer menu is displayed at the bottom of the page, just before # the copyright notice. Configure as per the main menu above. -# [[footer]] -# name = "Tags" -# pageRef = "tags" -# weight = 10 +[[footer]] +name = "Tags" +pageRef = "tags" +weight = 10 + +[[footer]] +name = "Privacy Policy" +pageRef = "privacy-policy" +weight = 20 diff --git a/config/_default/params.toml b/config/_default/params.toml index d7c7a27..73ce06b 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -9,6 +9,7 @@ colorScheme = "okami" defaultAppearance = "light" # valid options: light or dark autoSwitchAppearance = true footer.showAppearanceSwitcher = true +footer.showThemeAttribution = false enableSearch = true enableCodeCopy = true diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 9d63096..189c4ab 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,18 +1,78 @@ \ No newline at end of file +