$page->tinyurl()
Returns the tinyurl for the page if tinyurls are activated in the config
-
return (string)
Example
<a href="<?= $page->tinyurl() ?>">Tinyurl</a>
Tinyurls are only available when they are enabled in the config. Tinyurls are enabled by default.