Switch Mastodon over to passing URLs (#10)
Use Mastodon full URLs instead of Mastodon usernames
This commit is contained in:
parent
831aa8c368
commit
e3cbc83940
2 changed files with 2 additions and 2 deletions
|
@ -156,7 +156,7 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id
|
||||||
github = "username"
|
github = "username"
|
||||||
gitlab = "username"
|
gitlab = "username"
|
||||||
stackoverflow = "numberid"
|
stackoverflow = "numberid"
|
||||||
mastodon = "username"
|
mastodon = "https://some.instance/@username"
|
||||||
medium = "username"
|
medium = "username"
|
||||||
|
|
||||||
[Params.Share] # Post Share block
|
[Params.Share] # Post Share block
|
||||||
|
|
|
@ -66,7 +66,7 @@ weight = 110
|
||||||
|
|
||||||
[[icons]]
|
[[icons]]
|
||||||
id = "mastodon"
|
id = "mastodon"
|
||||||
url = "https://mastodon.social/@%s"
|
url = "%s"
|
||||||
icon = "svg/mastodon.svg"
|
icon = "svg/mastodon.svg"
|
||||||
weight = 120
|
weight = 120
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue