From e4970090667fe9a1860bd39fa46c1d326a24de3a Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Thu, 8 Feb 2024 00:40:43 +0100 Subject: header: change link names + add ls --- config.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 0230193..fbfd8fc 100644 --- a/config.toml +++ b/config.toml @@ -25,11 +25,12 @@ highlight_theme = "one-dark" [extra] header_links = [ - { url = "$BASE_URL", name = "Posts" }, - { url = "$BASE_URL/tags", name = "Tags" }, - { url = "https://github.com/johannst", name = "GitHub" }, - { url = "https://twitter.com/xjohannst", name = "Twitter" }, - { url = "https://memzero.de", name = "About" }, + { url = "$BASE_URL", name = "/posts" }, + { url = "$BASE_URL/tags", name = "/tags" }, + { url = "https://github.com/johannst", name = "/github" }, + { url = "https://git.memzero.de", name = "/cgit" }, + #{ url = "https://twitter.com/xjohannst", name = "/twitter" }, + { url = "https://memzero.de", name = "/usr" }, ] [link_checker] -- cgit v1.2.3