1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
520 B
PHP

<footer class="footer">
<a href="#top" class="footer__top"> <?= l::get('footer.top', 'Top') ?> ↑</a>
<div>
<?= $site->copyright() ?>
</div>
<nav class="footer__nav">
<ul>
<li><?= l::get('footer.madewith', 'Made with') ?> <a href="https://getkirby.com">Kirby</a></li><!--
--><li><a href="https://git.codesignd.com/sites/<?= $pSite ?>"><?= l::get('footer.source', 'Source') ?></a></li><!--
--><li><a href="<?= page('legal')->url() ?>"><?= page('legal')->title() ?></a></li>
</ul>
</nav>
</footer>