Skip to content

Commit

Permalink
Try with only the i
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Nov 14, 2024
1 parent b8bcb4b commit 66e61e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/partial/socialshare.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
</svg>
WhatsApp</a>
<a href="https://www.linkedin.com/sharing/share-offsite/?url={{ post.link }}?utm_medium=social%26utm_source=LinkedIn%26utm_campaign=sharebutton" target="_blank" style="color: #0A66C2" class="border-current border flex items-center pl-1 pr-3 m-1 rounded">
<svg width="32" height="32" viewBox="0 0 32 32" class="fill-current" xmlns="http://www.w3.org/2000/svg">
<path d="M10.8 23.6H7.5V13.4h3.3v10.2zM9.2 12c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM24.5 23.6h-3.3v-5.2c0-1.2 0-2.8-1.7-2.8s-2 1.3-2 2.7v5.3h-3.3V13.4H17v1.2h.1c.4-.8 1.5-1.7 3.1-1.7 3.4 0 4 2.2 4 5.1v5.6z"/>
</svg>
LinkedIn</a>
<svg width="32" height="32" viewBox="0 0 32 32" class="fill-current" xmlns="http://www.w3.org/2000/svg">
<path d="M10.8 23.6H7.5V13.4h3.3v10.2zM9.2 12c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM24.5 23.6h-3.3v-5.2c0-1.2 0-2.8-1.7-2.8s-2 1.3-2 2.7v5.3h-3.3V13.4H17v1.2h.1c.4-.8 1.5-1.7 3.1-1.7 3.4 0 4 2.2 4 5.1v5.6z"/>
</svg>
LinkedIn</a>
{% set title = function('html_entity_decode', post.title) %}
{% set body = 'Lees dit artikel op ' ~ site.name ~ ': ' ~ title ~ "\n\n" ~ post.link ~ "?utm_medium=social%26utm_source=E-mail%26utm_campaign=sharebutton" %}
<a href="mailto:?subject={{ title|escape('url') }}&body={{ body|escape('url') }}" class="border-current border whitespace-nowrap flex-none flex items-center pl-1 pr-3 m-1 rounded text-black dark:text-gray-200">
Expand Down

0 comments on commit 66e61e3

Please sign in to comment.