diff options
author | Adam T. Carpenter <atc@53hor.net> | 2023-05-09 21:50:15 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2023-05-09 21:50:15 -0400 |
commit | 3c05423d34be7d85459c7491e613dbd2755fc645 (patch) | |
tree | 923152e1bde171ff214e90000685323f7aad0ef2 | |
parent | e0bce1a7ae048d75ff74cc99af4d0b446a03710e (diff) | |
download | 53hor-3c05423d34be7d85459c7491e613dbd2755fc645.tar.xz 53hor-3c05423d34be7d85459c7491e613dbd2755fc645.zip |
fix: cleanup, simplify footer and icons
-rw-r--r-- | includes/foot.php | 4 | ||||
-rw-r--r-- | includes/head.php | 2 | ||||
-rw-r--r-- | includes/nav.php | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/includes/foot.php b/includes/foot.php index 2d8576e..e9dc23f 100644 --- a/includes/foot.php +++ b/includes/foot.php @@ -6,9 +6,9 @@ <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>. + Content released under <a target="_blank" href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</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. + Source code released under <a target="_blank" href="https://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause</a>, unless otherwise stated. <noscript> JavaScript? Where we're going we don't need JavaScript. </noscript> diff --git a/includes/head.php b/includes/head.php index 1911df6..68185af 100644 --- a/includes/head.php +++ b/includes/head.php @@ -26,7 +26,7 @@ <header> <a href="#menu"> - ▾Menu + ▾ Menu </a> </header> diff --git a/includes/nav.php b/includes/nav.php index c50c067..0022c14 100644 --- a/includes/nav.php +++ b/includes/nav.php @@ -2,7 +2,7 @@ <h2>Menu</h2> <a href="#"> - ▴Back to top + ▴ Back to top </a> <ul> |