diff options
author | Adam T. Carpenter <atc@53hor.net> | 2024-01-11 17:15:55 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2024-01-11 17:15:55 -0500 |
commit | f538287016913f919ac9b7fca1a625621b4ba88d (patch) | |
tree | f6c3480612bbf27cc3f5b26e3675d2e44d753b26 /includes/foot.php | |
parent | c3a81ed3d355d542f78c215d93f5197c42dfb47c (diff) | |
download | 53hor-f538287016913f919ac9b7fca1a625621b4ba88d.tar.xz 53hor-f538287016913f919ac9b7fca1a625621b4ba88d.zip |
feat(resume): update hireme page and make resume nicely printable
Remove CV because that wasn't going anywhere.
Also update now!
Diffstat (limited to 'includes/foot.php')
-rw-r--r-- | includes/foot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/foot.php b/includes/foot.php index e9dc23f..f0330de 100644 --- a/includes/foot.php +++ b/includes/foot.php @@ -1,7 +1,7 @@ </article> <hr /> -<footer> +<footer class="printhide"> <?php include('nav.php'); ?> <p> © 2019-<?php printf('%s', date('Y')); ?> Adam Carpenter |