Skip to content

Commit

Permalink
Improve share links
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltroger committed Nov 19, 2024
1 parent 449ff3c commit 1e473b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>{{ page.title }}</h1>
<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 | uri_escape }}" rel="nofollow" target="_blank" title="Share on LinkedIn">LinkedIn</a>
<a href="https://reddit.com/submit?url={{ site.url }}{{ page.url }}&title={{ page.title | uri_escape }}" rel="nofollow" target="_blank" title="Share on Reddit">Reddit</a>
<a href="https://api.whatsapp.com/send?text={{ page.title | uri_escape }}%20{{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on WhatsApp">WhatsApp</a>
<a href="mailto:?subject={{ page.title | uri_escape }}&body={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share via email">Email</a>
<a href="https://api.whatsapp.com/send?text={{ page.title | uri_escape }}%0A{{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on WhatsApp">WhatsApp</a>
<a href="mailto:?subject=Link%20recommendation&body={{ page.title | uri_escape }}%0A{{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share via email">Email</a>
</div>
<p class="found-issue small-font">Did you find any issue? Follow the link to the source below and open an Issue or a PR!</p>

0 comments on commit 1e473b9

Please sign in to comment.