4 lines
114 B
PHP
4 lines
114 B
PHP
|
<?php foreach ($posts as $post) : ?>
|
||
|
<link rel="prefetch" href="<?= $post->preview_url() ?>">
|
||
|
<?php endforeach ?>
|