From 31fd9e5d7294e130ccd90c1630f89ead26574163 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Mon, 28 Sep 2020 14:01:29 +0200 Subject: [PATCH] Remove data-text from Mastodon example --- README.md | 2 +- docs/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8d646c..e9d433c 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Here are all the custom parameters in their glory: Pin - + Send ``` diff --git a/docs/index.html b/docs/index.html index fdaf042..e682c0b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -260,7 +260,7 @@ shareon(); <a class="pinterest" data-media="https://picsum.photos/500">Pin</a> <a class="telegram" data-text="Check this out!"></a> <a class="twitter" data-via="MyNickname"></a> - <a class="mastodon" data-text="Check this out!" data-via="@MyNickname@myserver.social"></a> + <a class="mastodon" data-via="@MyNickname@myserver.social"></a> <a class="whatsapp" data-url="https://my-cool-website.com">Send</a> </div>
@@ -269,7 +269,7 @@ shareon(); Pin - + Send