I have a link field type that I’m referencing in a Twig template. I’m using this code:
<div class="outlined"> <a href="{{content.field_3_column_image_link}}">{{content.field_3_column_image}}</a> </div>
…BUT when I hover over the link I am seeing https://nameofsite/<div>/node/1</div>
instead of https://nameofsite/node/1
.
Can someone help me figure out why this is happening? Where are these divs coming from?
Thanks! Bryan