add svg
This commit is contained in:
@@ -94,14 +94,14 @@
|
||||
<h3>Partager</h3>
|
||||
<div class="d-flex">
|
||||
<a href="https://www.facebook.com/sharer/sharer.php?u={{post.link}}">
|
||||
<img src="{{ Image(post.meta('liens_reseaux_sociaux').logo_facebook).src }}" />
|
||||
<img src="{{theme.link}}/asset/images/fb.svg" />
|
||||
</a>
|
||||
<a target="_blank" href="https://twitter.com/intent/tweet?text={{post.link}}">
|
||||
<img src="{{ Image(post.meta('liens_reseaux_sociaux').logo_twitter).src }}" />
|
||||
<img src="{{theme.link}}/asset/images/twitter.svg" />
|
||||
</a>
|
||||
|
||||
<a href="mailto:?subject={{post.link}}" title="Share by Email">
|
||||
<img src="{{ Image(post.meta('liens_reseaux_sociaux').logo_mail).src }}" />
|
||||
<img src="{{theme.link}}/asset/images/mail.svg" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user