From 7df9a8ae19a403ba05aef1dba3dca2422b5689d8 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Wed, 5 Jun 2024 09:48:27 +0300 Subject: [PATCH] chore: Update the email and source Signed-off-by: Awiteb --- config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 2d629fa..a3012d0 100644 --- a/config.toml +++ b/config.toml @@ -17,15 +17,15 @@ highlight_code = true [extra] logo = "/otmp_logo.svg" ar_footer_nav = [ - {name = "البريد الإلكتروني", url = "mailto:a@4rs.nl", new_tab = true}, + {name = "البريد الإلكتروني", url = "mailto:otmp@4rs.nl", new_tab = true}, {name = "مفتاح PGP", url = "/pgp.asc", new_tab = true}, - {name = "الشِفرة", url = "https://git.4rs.nl/awiteb/otmp_site", new_tab = true}, + {name = "الشِفرة", url = "https://git.4rs.nl/OxideTalis/otmp_site", new_tab = true}, ] author = "Awiteb" footer_nav = [ - {name = "Email", url = "mailto:a@4rs.nl", new_tab = true}, + {name = "Email", url = "mailto:otmp@4rs.nl", new_tab = true}, {name = "PGP", url = "/pgp.asc", new_tab = true}, - {name = "Source", url = "https://git.4rs.nl/awiteb/otmp_site", new_tab = true}, + {name = "Source", url = "https://git.4rs.nl/OxideTalis/otmp_site", new_tab = true}, ] header_nav = [ {name = "English", url = "/"},