Skip to content

Commit ff85735

Browse files
committed
chore: add x as social share
Signed-off-by: Matt Struble <4325029+mattstruble@users.noreply.github.com>
1 parent b766e59 commit ff85735

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/_default/config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ plugins = [
109109
# - {url} placeholder for post .Permalink
110110
# - {title} placeholder for post .Title
111111
# See https://github.com/bradvin/social-share-urls for more format strings
112-
# [[params.socialShare]]
113-
# iconSuite = "simple-icon"
114-
# iconName = "twitter"
115-
# formatString = "https://twitter.com/intent/tweet?url={url}&text={title}"
112+
[[params.socialShare]]
113+
iconSuite = "simple-icon"
114+
iconName = "x"
115+
formatString = "https://x.com/intent/tweet?url={url}&text={title}"
116116
[[params.socialShare]]
117117
iconSuite = "simple-icon"
118118
iconName = "linkedin"

0 commit comments

Comments
 (0)