update changelog

This commit is contained in:
小喵 2023-08-27 13:28:21 +08:00
parent 976e10659f
commit 4d35f7d177
Signed by: mt
GPG key ID: CD321C269EC63BB6
2 changed files with 5 additions and 1 deletions

View file

@ -16,7 +16,7 @@
<?php $this->insert('partials/menu', ['nav' => $nav ?? '']) ?>
<?php endif ?>
<main><?= $this->section('content') ?></main>
<footer class="my-2 text-muted">Copyright &copy; 2022 Ming Tsay. All rights reserved.</footer>
<footer class="my-2 text-muted">Copyright &copy; 2022-2023 Ming Tsay. All rights reserved.</footer>
<script src="/bootstrap/js/bootstrap.bundle.min.js"></script>
<?= $this->section('scripts') ?>
</body>