Skip to content

Commit

Permalink
config.toml: fix social
Browse files Browse the repository at this point in the history
Fix social GitHub username url.

Signed-off-by: Albert Esteve <aesteve@redhat.com>
  • Loading branch information
aesteve-rh committed Nov 7, 2023
1 parent faba70c commit d76b7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d76b7b3

Please sign in to comment.