From 9ef7bb980524fdc9eb57088f4084390f86dfa9b5 Mon Sep 17 00:00:00 2001
From: Awiteb
Date: Sun, 2 Jun 2024 23:36:33 +0300
Subject: [PATCH] fix: Email Arabic name
Signed-off-by: Awiteb
---
config.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.toml b/config.toml
index 98e55c2..995a805 100644
--- a/config.toml
+++ b/config.toml
@@ -17,7 +17,7 @@ highlight_code = true
[extra]
logo = "/otmp_en.png"
ar_footer_nav = [
- {name = "الايميل", url = "mailto:a@4rs.nl", new_tab = true},
+ {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},
]