Make content full height
This commit is contained in:
@@ -1,22 +1,4 @@
|
||||
<?php $dontShowFooter = isset($dont_show_footer) && $dont_show_footer === true ?>
|
||||
|
||||
<?php if (!$dontShowFooter): ?>
|
||||
<div class="container content-footer <?= remember("") ?>">
|
||||
<div class="content-footer-socials">
|
||||
<a href="https://www.instagram.com/thealit_fkl/" class="block link">Instagram</a>
|
||||
<a href="https://www.thealit.de" class="block link">Thealit</a>
|
||||
<a href="https://www.thealit.de/newsletter" class="block link">Newsletter</a>
|
||||
</div>
|
||||
|
||||
<div class="text-12" style="word-spacing: 1rem">
|
||||
<?php $impressum = $pages->findBy('uid', 'impressum') ?>
|
||||
<a href="<?= $impressum->url() ?>" class="link"><?= $impressum->title() ?></a>
|
||||
<?php $datenschutz = $pages->findBy('uid', 'datenschutzerklaerung') ?>
|
||||
<a href="<?= $datenschutz->url() ?>" class="link"><?= $datenschutz->title() ?></a>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
|
||||
</div>
|
||||
|
||||
<footer class="font-kobata text-40 uppercase border-top"><a href="<?= url("/") ?>" class="link">Re Capitulating. Queer</a></footer>
|
||||
|
||||
Reference in New Issue
Block a user