Switch Mastodon over to passing URLs (#10)

Use Mastodon full URLs instead of Mastodon usernames
This commit is contained in:
Jaden Weiss 2019-07-09 10:07:03 -04:00 committed by Vimux
parent 831aa8c368
commit e3cbc83940
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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