hide footer on white paper. closes #52
All checks were successful
Deploy / Deploy to Production (push) Successful in 42s

This commit is contained in:
isUnknown 2026-04-02 15:38:47 +02:00
parent 4ccbad9663
commit 65f6bf459b
2 changed files with 5 additions and 2 deletions

View file

@ -29,5 +29,5 @@
<link rel="shortcut icon" href="<?= $site->faviconICO()->toFile()->url() ?>" />
<?php endif ?>
</head>
<body>
<body data-template="<?= $page->intendedTemplate() ?>">
<div id="app"></div>