summaryrefslogtreecommitdiff
path: root/src/template.php
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-20 17:17:08 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-20 17:17:08 +0200
commit390b8c658d5d4a5b3f4969bc9117f0e3f353a298 (patch)
treee8d7a2e5a3027c2b50da1efd6999c5242eac2607 /src/template.php
parentf49dd0b7823f3a3f136080f784f0430731e86b2d (diff)
Add 88x31 buttons
Diffstat (limited to 'src/template.php')
-rw-r--r--src/template.php4
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
+ &copy; <?= 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>