fix: Email Arabic name

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2024-06-02 23:36:33 +03:00
parent 594efa9458
commit 9ef7bb9805
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -17,7 +17,7 @@ highlight_code = true
[extra] [extra]
logo = "/otmp_en.png" logo = "/otmp_en.png"
ar_footer_nav = [ 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 = "مفتاح 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/awiteb/otmp_site", new_tab = true},
] ]