From 2262ca4c9ac0bb41caeb3171060fadf49a652d6a Mon Sep 17 00:00:00 2001 From: Awiteb Date: Sat, 1 Jun 2024 16:50:38 +0300 Subject: [PATCH] chore: Add arabic footer Signed-off-by: Awiteb --- config.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index d3f9f56..bfaca85 100644 --- a/config.toml +++ b/config.toml @@ -15,11 +15,16 @@ taxonomies = [ highlight_code = true [extra] +ar_footer_nav = [ + {name = "الايميل", url = "mailto:a@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}, +] author = "Awiteb" footer_nav = [ {name = "Email", url = "mailto:a@4rs.nl", new_tab = true}, {name = "PGP", url = "/pgp.asc", new_tab = true}, - {name = "Source", url = "https://git.4rs.nl/awiteb/OxideTalis_site", new_tab = true}, + {name = "Source", url = "https://git.4rs.nl/awiteb/otmp_site", new_tab = true}, ] header_nav = [ {name = "English", url = "/"},