From e3cbc8394040f23bf772f867339c567a1836e828 Mon Sep 17 00:00:00 2001 From: Jaden Weiss Date: Tue, 9 Jul 2019 10:07:03 -0400 Subject: [PATCH] Switch Mastodon over to passing URLs (#10) Use Mastodon full URLs instead of Mastodon usernames --- README.md | 2 +- data/social.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90fc624..8b63501 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/data/social.toml b/data/social.toml index 15179f5..0ac0824 100644 --- a/data/social.toml +++ b/data/social.toml @@ -66,7 +66,7 @@ weight = 110 [[icons]] id = "mastodon" -url = "https://mastodon.social/@%s" +url = "%s" icon = "svg/mastodon.svg" weight = 120