diff options
Diffstat (limited to 'src/template.php')
-rw-r--r-- | src/template.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/template.php b/src/template.php index 5fd4f16..6e2ad0c 100644 --- a/src/template.php +++ b/src/template.php @@ -68,8 +68,10 @@ </tr> <tr id="footerRow"> <td id="footerCell"> - Made by Jonas Kohl aka hozyro. This website is + © <?= date("Y") ?>. This website is <a href="https://git.jkohl.link/neocities-site.git">open-source</a>. + <!-- 88x31 buttons!!! --> +<?php include SRCDIR . "/includes/buttons.php"; ?> </td> </tr> </tbody> |