summaryrefslogtreecommitdiff
path: root/includes/foot.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/foot.php')
-rw-r--r--includes/foot.php4
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>
&copy; 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>