From ca90db4db1803e929ee252b51ff3d602c41d95c6 Mon Sep 17 00:00:00 2001 From: Daniel Jr Date: Tue, 10 Jun 2025 00:05:04 -0300 Subject: [PATCH] add gitlab social icon Signed-off-by: Daniel Jr --- hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hugo.toml b/hugo.toml index cc50b7e..f784b4c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -46,5 +46,8 @@ link = "https://click.danielmrcl.dev/linkedin" name = "github" link = "https://click.danielmrcl.dev/github" [[params.social]] +name = "gitlab" +link = "https://click.danielmrcl.dev/gitlab" +[[params.social]] name = "medium" link = "https://click.danielmrcl.dev/medium" -- 2.47.3