Skip to content

Commit

Permalink
Update share links
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltroger committed Nov 19, 2024
1 parent bbfc7e9 commit 85b21a2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/_layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ <h1>{{ page.title }}</h1>
</div>
<div class="share-page">
Share this on &rarr;
<a href="https://twitter.com/share?text={{ page.title }}&url={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Twitter">Twitter</a>
<a href="https://bsky.app/intent/compose?text={{ page.title }}%20{{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Bluesky">Bluesky</a>
<a href="https://www.threads.net/intent/post?text={{ page.title }}&url={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Threads">Threads</a>
<a href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on X">X</a>
<a href="https://facebook.com/sharer.php?u={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Facebook">Facebook</a>
<a href="https://www.linkedin.com/shareArticle?url={{ site.url }}{{ page.url }}&title={{ page.title }}" rel="nofollow" target="_blank" title="Share on LinkedIn">LinkedIn</a>
<a href="https://reddit.com/submit?url={{ site.url }}{{ page.url }}&title={{ page.title }}" rel="nofollow" target="_blank" title="Share on Reddit">Reddit</a>
<a href="https://api.whatsapp.com/send?text={{ page.title }} {{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on WhatsApp">WhatsApp</a>
<a href="https://api.whatsapp.com/send?text={{ page.title }}%20{{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on WhatsApp">WhatsApp</a>
<a href="mailto:?subject={{ page.title }}&body=Check out this site: {{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share via email">Email</a>
</div>
<p>Did you find any issue? Follow the link to the source below and open an issue or PR!</p>

0 comments on commit 85b21a2

Please sign in to comment.