Update link to use redirect URL instead of direct URL
This commit is contained in:
parent
08feb3bdbf
commit
9cb7638892
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
</a>
|
</a>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<h1>
|
<h1>
|
||||||
<a href="<?= htmlspecialchars($item['url']) ?>">
|
<a href="<?= htmlspecialchars($item['redirect']) ?>">
|
||||||
<?= htmlspecialchars($item['title']) ?>
|
<?= htmlspecialchars($item['title']) ?>
|
||||||
</a>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue