From d76b7b3319c936b4865868e42a89043fd227a58c Mon Sep 17 00:00:00 2001 From: Albert Esteve Date: Tue, 7 Nov 2023 16:14:02 +0100 Subject: [PATCH] config.toml: fix social Fix social GitHub username url. Signed-off-by: Albert Esteve --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 9eed60f..8f18b4f 100644 --- a/config.toml +++ b/config.toml @@ -28,7 +28,7 @@ theme = "m10c" [[params.social]] icon = 'github' name = 'github' - url = 'https://github.com/alesgar-rh' + url = 'https://github.com/aesteve-rh' [[params.social]] icon = 'linkedin'