<?php foreach ($page->social()->toStructure() as $social): ?>
<li><?= html::a($social->url(), $social->platform()) ?></li>
<?php endforeach ?>
Hi,
I want to add 'target=“_blank” in <?= html::a($social->url(), $social->platform()) ?>.
How can I do that?