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