This commit is contained in:
parent
03ff4fc0f6
commit
0de1f74f75
4 changed files with 18 additions and 7 deletions
|
@ -21,6 +21,10 @@ columns:
|
|||
options:
|
||||
- page
|
||||
- url
|
||||
footerMenu:
|
||||
type: pages
|
||||
label: Footer Menu
|
||||
|
||||
sidebar:
|
||||
width: 1/3
|
||||
sections:
|
||||
|
|
|
@ -62,7 +62,9 @@
|
|||
<footer>
|
||||
<p><?= date('Y') ?> © <?= $site->author() ?></p>
|
||||
<p>
|
||||
<a href="<?= page('imprint')->url() ?>">Impressum und Datenschutz</a>
|
||||
<?php foreach ($site->footerMenu()->toPages() as $item): ?>
|
||||
<a href="<?= $item->url() ?>"><?= $item->title() ?></a>
|
||||
<?php endforeach ?>
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue