I have a problem with this code. I wanted to put two icons and a text under an image but I'm not able to, if someone has an idea, welcome it. The first code is the current one, the one that contains the image, and the second is the code that should be inserted in the first, which contains the icons that should go under the image. Thank you very much.
<div class="row" style="margin-bottom:30px">
<div class="col-md-3">
<div class="bio-autor">
[<figure>(#LOGO_AUTEUR||image_reduire{215,0}|image_recadre{200,200}||inserer_attribut{alt,#TITRE})</figure>]
</div>
</div>
</div>
<div class="redes">
<i>Contactar</i>
<a href="https://twitter.com/direct_messages/create/usuariox" target="_blank">
<i class="fa fa-twitter"></i>
</a>
<i class="fa fa-envelope"></i>
</div>