Remove rarely used share platforms and make them all links

This means they all get `href`s rather than being buttons with click handlers, making them easier to use.
This commit is contained in:
Jake Howard 2023-03-10 16:45:43 +00:00
parent 8469f1db1f
commit 68604e0438
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 4 additions and 7 deletions

View File

@ -6,14 +6,11 @@
<a class="facebook" title="Share on Facebook"></a>
<a class="linkedin" title="Share on LinkedIn"></a>
<a class="mastodon" title="Share on Mastodon"></a>
<a class="odnoklassniki" title="Share on Odnoklassniki"></a>
<a class="pinterest" title="Share on Pintrest"></a>
<a class="pocket" title="Share on Pocket"></a>
<button class="reddit" title="Share on Reddit"></button>
<button class="telegram" title="Share on Telegram"></button>
<button class="twitter" title="Twitter"></button>
<button class="viber" title="Share on Viber"></button>
<button class="vkontakte" title="Share on Vkontakte"></button>
<button class="whatsapp" title="Share on WhatsApp"></button>
<a class="reddit" title="Share on Reddit"></a>
<a class="telegram" title="Share on Telegram"></a>
<a class="twitter" title="Twitter"></a>
<a class="whatsapp" title="Share on WhatsApp"></a>
</div>
</section>