mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
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"
|
||||
gitlab = "username"
|
||||
stackoverflow = "numberid"
|
||||
mastodon = "username"
|
||||
mastodon = "https://some.instance/@username"
|
||||
medium = "username"
|
||||
|
||||
[Params.Share] # Post Share block
|
||||
|
|
|
@ -66,7 +66,7 @@ weight = 110
|
|||
|
||||
[[icons]]
|
||||
id = "mastodon"
|
||||
url = "https://mastodon.social/@%s"
|
||||
url = "%s"
|
||||
icon = "svg/mastodon.svg"
|
||||
weight = 120
|
||||
|
||||
|
|
Loading…
Reference in a new issue