mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-03 23:09:18 +02:00
fix(credits): remove undefined $podcast variable from page layout
fixes #359
This commit is contained in:
parent
ef9e897b27
commit
73a5b68087
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
<?= $this->renderSection('content') ?>
|
||||
</main>
|
||||
<footer class="container flex justify-between px-2 py-4 mx-auto text-sm text-right border-t border-subtle">
|
||||
<?= render_page_links(null, $podcast->handle) ?>
|
||||
<?= render_page_links() ?>
|
||||
<small><?= lang('Common.powered_by', [
|
||||
'castopod' => '<a class="underline hover:no-underline focus:ring-accent" href="https://castopod.org/" target="_blank" rel="noreferrer noopener">Castopod</a>',
|
||||
], null, false) ?></small>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue