correcting href on li instead of a
This commit is contained in:
parent
8c4a88b690
commit
07303002ee
|
|
@ -27,8 +27,8 @@ $shareUrls = build_share_urls($postID);
|
|||
|
||||
<ul class="post-infos-capsule__share">
|
||||
<?php foreach ($shareUrls as $key => $shareUrl) : ?>
|
||||
<li class="share-button share-button--<?php echo $key ?>" href='<?php echo $shareUrl ?>'>
|
||||
<a class="share-link" target="_blank" title="<?php echo __("Partager ce contenu sur ", "homegrade-theme__texte-fonctionnel") . $key ?>">
|
||||
<li class="share-button share-button--<?php echo $key ?>">
|
||||
<a href='<?php echo $shareUrl ?>' class="share-link" target="_blank" title="<?php echo __("Partager ce contenu sur ", "homegrade-theme__texte-fonctionnel") . $key ?>">
|
||||
</a>
|
||||
</li>
|
||||
<?php endforeach; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user