diff --git a/config.toml b/config.toml index d6f9f32..13b44ee 100644 --- a/config.toml +++ b/config.toml @@ -36,4 +36,10 @@ socials = [ { name = "Bluesky", url = "https://bsky.app/profile/maciejpedzi.ch", icon = "bluesky" }, { name = "LinkedIn", url = "https://www.linkedin.com/in/maciejpedzich", icon = "linkedin" }, ] +footer_menu = [ + { url = "https://analytics.maciejpedzi.ch/share/eodLjhuAE51MBSth/maciejpedzi.ch", name = "Analytics", trailing_slash = false }, + { url = "/pubkey.asc", name = "PGP key", trailing_slash = false }, + { url = "/privacy", name = "Privacy", trailing_slash = false }, + { url = "/sitemap.xml", name = "Sitemap", trailing_slash = false }, +] copyright = "© $CURRENT_YEAR Maciej Pędzich $SEPARATOR Content on this website is available under the [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0) license."