Skip to content

Commit

Permalink
fix: parsing email address for gmail
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed May 1, 2024
1 parent 6bf0abd commit ebe3fe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/partials/hb/modules/socials/link.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"github" (dict "url" "https://github.com/%s")
"githubsponsors" (dict "url" "https://github.com/%s" "icon" "githubsponsors" "color" "#EA4AAA")
"gitlab" (dict "url" "https://gitlab.com/%s" "color" "#e24329")
"gmail" (dict "url" "mailto:%s" "color" "#EA4335")
"instagram" (dict "url" "https://www.instagram.com/%s" "color" "#c03957")
"itchdotio" (dict "url" "https://%s.itch.io/")
"kaggle" (dict "url" "https://kaggle.com/%s" "color" "#3cc6ff")
Expand Down

0 comments on commit ebe3fe8

Please sign in to comment.