Skip to content

Commit

Permalink
fix: correct the facebook share link (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Dec 22, 2023
1 parent 2d0a8d2 commit e02dccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- $media := dict
"facebook" (dict
"url" "https://www.facebook.com/sharer/sharer.php?u=#{url}"
"url" "https://www.facebook.com/sharer/sharer.php?u={url}"
"iconColor" "#0866FF"
)
"linkedin" (dict
Expand Down

0 comments on commit e02dccf

Please sign in to comment.