diff options
Diffstat (limited to 'includes/foot.php')
-rw-r--r-- | includes/foot.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/foot.php b/includes/foot.php index 4812bb8..2d8576e 100644 --- a/includes/foot.php +++ b/includes/foot.php @@ -2,12 +2,16 @@ <hr /> <footer> + <?php include('nav.php'); ?> <p> © 2019-<?php printf('%s', date('Y')); ?> Adam Carpenter <br> Content licensed under the <a target="_blank" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. <br> Source code licensed under the <a target="_blank" href="https://opensource.org/licenses/BSD-3-Clause"> BSD 3-Clause license</a>, unless otherwise stated. + <noscript> + JavaScript? Where we're going we don't need JavaScript. + </noscript> </p> </footer> |