Show the link title/description in Twig template on Drupal 8
We wanted to actually display the link’s description tag on the page but couldn’t find a way to do it. We were using {{ link(item.title, item.url) }} to render a link but we couldn’t get the title tag to show up in a Twig variable. Eventually with the use of {{ kint(item) }} and searching … Continue reading Show the link title/description in Twig template on Drupal 8