Skip to content

Commit

Permalink
feat: add support for X (#242)
Browse files Browse the repository at this point in the history
fix: use X icon for Twitter
  • Loading branch information
razonyang committed Jun 10, 2024
1 parent d1e6339 commit 9acdf50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layouts/partials/hb/modules/socials/link.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
"threads" (dict "url" "https://www.threads.net/@%s")
"tiktok" (dict "url" "https://www.tiktok.com/@%s")
"tumblr" (dict "url" "https://%s.tumblr.com")
"twitter" (dict "url" "https://twitter.com/%s" "color" "#1d9bf0")
"twitter" (dict "url" "https://twitter.com/%s" "icon" "x")
"website" (dict "url" "%s" "icon" "globe" "iconVendor" "bootstrap")
"x" (dict "url" "https://x.com/%s")
"xing" (dict "url" "https://www.xing.com/profile/%s")
"youtube" (dict "url" "https://www.youtube.com/channel/%s" "color" "#ff0000")
"zhihu" (dict "url" "https://www.zhihu.com/people/%s" "color" "#056de8")
Expand Down

0 comments on commit 9acdf50

Please sign in to comment.