diff options
| -rw-r--r-- | src/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template.php b/src/template.php index b4bf57d..558405f 100644 --- a/src/template.php +++ b/src/template.php @@ -84,7 +84,7 @@ $nav = fn(string $ln) => </tr> <tr id="footerRow"> <td id="footerCell"> - © <?= date("Y") ?>. This website is + © 2024–<?= date("Y") ?>. This website is <a href="https://git.jkohl.link/neocities-site.git">open-source</a>. <iframe scrolling="no" |